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 bug The [SvelteKit Vercel documentation](https://kit.svelte.dev/docs/adapter-vercel#deployment-configuration) states that individual function execution properties can be overriden (eg. max memory used, max duration, etc...). I have been unable to do...

pkg:adapter-vercel

### Describe the problem If you check the [Vercel docs about on-demand revalidation for ISR](https://vercel.com/docs/incremental-static-regeneration/quickstart#on-demand-revalidation), you will see they show this example for Next.js: ```js import { revalidatePath } from...

pkg:adapter-vercel

### Describe the bug I have a somewhat simple contact form that stops working somewhere around 24 hours after being deployed. After it stops working, it will act like it's...

pkg:adapter-vercel

### Describe the problem We have some large unoptimized images that we use `@sveltejs/enhanced-img` but it makes `npm run dev` very slow at first. ### Describe the proposed solution Make...

pkg:enhanced-img

### Describe the bug If you do this... ```svelte ``` ...stuff breaks, because it tries to import the same asset twice. ### Reproduction later... ### Logs _No response_ ### System...

bug
pkg:enhanced-img

### Describe the problem I use Tailwind to style my SvelteKit application. 95% of the styles end up in one CSS file. However, for some components, Tailwind utilities are not...

vite
blocked by upstream

### Describe the problem From what I know it's not possible to hook into the serving of build artifacts in the `_app` folder. The biggest use case I have for...

feature request

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.12.1` -> `9.12.2`](https://renovatebot.com/diffs/npm/pnpm/9.12.1/9.12.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR updates `enhanced-image` to support svelte 5, with updated tests and types. It was a little more involved than I anticipated, mostly due to type issues altho there were...

pkg:enhanced-img
svelte 5

### Describe the problem When a request comes into a SvelteKit app, and that results in outgoing requests or other asynchronous operations as part of serving it, and then the...

feature request
adapters - general
error handling
pkg:adapter-node
p2-nice-to-have