Kevin Åberg Kultalahti

Results 18 issues of Kevin Åberg Kultalahti

There was recently a thread on HN that popped up about a new SQLite extension that lets you claw back some storage space without affecting performance: https://github.com/phiresky/sqlite-zstd Would be neat...

If you're building something that needs singleton style data you have to create a collection for each such piece of data and then have one single row in there. For...

Unsure if this should go here or in an RFC. I'll start here, but write a proper RFC if the scope is too big for a regular issue. With the...

feature request
size:large

Safari supports eye-popping colors using the the `color()` function. I wonder if it'd be neat to maybe add support for this with graceful fallback to regular old hex/hsl. I have...

enhancement

This RFC proposes that we add built-in actions, much like built-in transitions. [As rendered.](https://github.com/kevmodrome/rfcs/blob/kevmodrome-patch-1/text/0000-built-in-actions.md)

It appears that using prefetch programmatically does not work correctly. If I add for example `on:mousedown={() => prefetch(url)}` it does indeed fetch the data on mousedown, however - when I...

We need this! 🥳

discussion
stale

Staging site can be viewed here: https://staging.sveltesociety-2021-dqq.pages.dev

Information

### Describe the problem Kit is great and the new routing changes have opened up a world of possibilities. Running tests is still a bit of a hassle. I would...

enhancement

Needs to get documented: Functionality: - [ ] Plugins - [x] bundling Helpers: - [x] `$redirect()` - [x] `$afterPageLoad()` (#122) - [ ] `$meta()` - [ ] `$precache()` - [x]...