Joni Korpi
Joni Korpi
At https://kausi.xyz/ I'm using `` to **infinite-scroll viewport-sized chunks of textareas.** The implementation has some issues right now, but the app is live and usable. I previously used `react-list`, but...
Any plans for any other kind of 2D scrolling support, if not this feature? (Holding shift for horizontal scrolling is nice, but doesn't quite cut it when using canvas-style apps...
I’m sure I’m not the only one who was wondering what the state of this is, so: - Syntax highlighting seems to already be supported, but there’s no autocomplete of...
Thanks for pointing this out! I don't currently use SASS myself, so I can't test this out properly. I'll make a note to convert all the "LESS mixins" into proper...
A couple of fixes that should alleviate the issue at least: https://github.com/jonikorpi/kausi/commit/3685db5c26b0b0b5f97241fb14765254a19a2953
Oops, hi, somehow missed this issue until now! This is definitely on my roadmap. The only reason it isn't in yet is Codemirror. It tends to work wonkily on touch...
Something I'd like to try: - Clone the ``, but as a `` - Position it on top of the `` - Set ``'s text color to to `rgba(0,0,0,0)` -...
Some options: - Make an iOS app and start using CloudKit JS. Would solve both issues, but make the app iCloud-only and increase development complexity. - Start periodically destroying old...
Another (poor) option: - Make this an app for web developers: require everyone to register their own (free) Firebase account, provide the API key, and whitelist kausi.xyz. Would solve both...
The problem with "none" is that it disables text-size changing entirely in, for example, desktop Safari. "100%" also fixes the iOS text-size problem, but doesn't disable text-size changing in desktop...