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

Handles second task of https://github.com/sveltejs/language-tools/issues/2355 --- ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your...

pkg:svelte-package

### Describe the problem - `/posts` seems to represent a top-level directory for viewing all posts. - `/posts/` would be more appropriate. - `/posts/category-a` also represents a directory concept. -...

feature request

### Describe the bug Even though I did everything the docs provide in order to disable any form of server side rendering or static site generation, the dev server tries...

awaiting submitter

### Describe the problem SvelteKit seems to always generate files to the `.svelte-kit/output/server/` directory – even with [`export const ssr = false` in `src/routes/+layout.ts`](https://kit.svelte.dev/docs/single-page-apps), and even with the static adapter...

### Describe the problem I have some shared logic for parsing user input, but it's not that convenient to deal with success/error types. ### Describe the proposed solution `ActionFailure` is...

### Describe the bug According to the [documentation](https://kit.svelte.dev/docs/images): _If you have a large image, such as a hero image taking the width of the design, you should specify sizes so...

### Describe the problem Technically it is a bug, because it should work, but seeing the source code it was not implemented at all. I'm looking for a way to...

### Describe the bug ``` if(isUserAlreadyExist){ setTimeout(() => { goto("/dashboard/dashboard/asset"); }, 4000); }else{ goto("/auth/sign-up/successful"); } ``` In above code, after succeeding in 'if' condition i am trying to call 'goto'...

awaiting submitter

The error made it seem like `.getParent()` started returning ImportDeclaration or JSDoc, so I'm checking if it's returning an ImportDeclaration. I don't know if this is right and VS Code...

pkg:svelte-migrate

Simplifies code a bit around usage locations in our own code, and solves some issues people may have with their setups closes #11578 --- ### Please don't delete this checklist!...