kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

Results 1071 kit issues
Sort by recently updated
recently updated
newest added

### Describe the problem Right now it's not possible to run SSG without always building/bundling both the app & ssr bundle for production. If no changes have been made to...

enhancement
p2-nice-to-have

### Describe the problem Occasionally, I have a need to load some data in an endpoint and then re-use some of that data in a child endpoint. There's currently no...

enhancement

### Describe the bug I attempted to find similar issues in the repository apologize if I missed it. Using SSR - When a bad route is encountered, whether or not...

bug
error handling

### Describe the bug When a wild card route is used, and the application is build with the `adapter-node` the resulting .css file has square brackets in the file name...

vite

### Describe the bug See https://github.com/illright/attractions/issues/311#issuecomment-944701061 for the original report It was loading all of `svelte-feather-icons` when you use just a few icons. Vite is supposed to do dependency pre-bundling...

enhancement
vite
p1-important
size:large

Previously, the contents of `$env/static/*` were written to the disk in `.svelte-kit/runtime/env/static/*.js`. We'd like to prevent dumping the environment to the disk, so this is a test implementation of using...

### Describe the problem Testing non-trivial service-worker features in a Sveltekit app is currently pretty painful. The most success I've had is using `npm run build && npm preview` after...

enhancement
service worker

### Describe the problem #5663 adds new modules with environment variables. In some cases it's useful to be able to access those env vars in a service worker. It only...

enhancement
service worker

### Describe the problem Astro opened an RFC to introduce the new Cookie Store API to simplify setting, parsing and deleting cookies in routes: https://github.com/withastro/rfcs/discussions/182 I think it’s actually a...

enhancement

Not yet sure what this looks like

vite