kit icon indicating copy to clipboard operation
kit copied to clipboard

web development, streamlined

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

### Describe the bug As mentioned in title, rows are not filtered when `table.setGlobalFilter(0)`. It seems like rows get filtered only when `globalFilter` value is truthy. (found in line 19...

### Describe the problem On bigger projects having multiple API endpoints it's an advantage to have an OpenAPI description and using SwaggerUI. Unfortunately SvelteKit doesn't proivde this out of the...

### Describe the bug My `+page.ts` looks like something like this: ```ts export const load: PageLoad = async ({ fetch, parent }) => { const { uid } = (await...

### Describe the bug if i have a folder structure like this ``` routes/ ├─ api/ │ ├─ [...rest]/ │ │ ├─ +server.ts │ ├─ random/ │ │ ├─ +server.ts...

### Describe the bug I have a function I would like to call periodically so I initialize a setInterval loop in `interval.ts` by importing `handle` in `hooks.server.ts`. The return value...

### Describe the problem Files that contain `.server.` in the filename can't be accidentally imported into client-side code, meaning it's safe for them to use sensitive things like API keys...

feature request

### Describe the bug Description: In Svelte 5, I've encountered an issue with type inference when using the load function in +page.server.ts. When I pass a direct object as an...

types / typescript
svelte 5

Adjusts the behavior to that of the new `mount`/`hydrate` APIs and also fixes #12248 ### Please don't delete this checklist! Before submitting the PR, please make sure you do the...

### Describe the problem Using the `@sveltejs/img:enhanced` package generates a large number of cacheable converted image variants in various sizes/formats. This process also takes a long time to run the...

pkg:enhanced-img

Add `external` as an option to the node-adapter. This allows the rollup externals to be configured if you have a use case where the default is not desirable.