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

Decided against a service worker in the demo app because as @benmccann points out that get's really confusing/annoying really quickly. This PR previously contained a service worker in the demo...

### Describe the problem We try to write unit tests for every piece of code. Therefore we also want to write unit tests for matchers. We put the unit test...

enhancement
low hanging fruit

### Describe the problem This issue is to track support for Chrome's `Document Transitions API` AKA `Shared Element Transitions` on navigations inside sveltekit More info about Chrome's feature and status...

enhancement

### Describe the bug Routing result is Not Found if the route is encoded URI during dev server. eg: With route `src/routes/%E5%88%9D%E3%82%81/+page.svelte` when navigating to `http://localhost:5173/%E5%88%9D%E3%82%81` ```sh Not found: /src/routes/%E5%88%9D%E3%82%81/+page.svelte...

bug
router

### Describe the problem Suppose you have three pages, `/one`, `/two` and `/three`, that each depend on `Widget.svelte`. Because that component is used by multiple pages, Vite will create a...

enhancement

### Describe the problem Currently there's no way to avoid caching a result in the workers cache if a response is cacheable. Not everything which is cachable should be stored...

pkg:adapter-cloudflare

### Describe the problem The current Cloudflare adapter uses Cloudflare's [Cache API](https://developers.cloudflare.com/workers/runtime-apis/cache/) to cache and return responses. This is really useful for cutting down on response time when pages are...

pkg:adapter-cloudflare

### Describe the bug source maps don't seem to work on server-side code. i enabled them in like 4 different spots because i have no idea which one is supposed...

vite

### Describe the problem When building your app, at some point you might wanna move a page to a different URL. But at that point you could already have dozens...

Fixes #7787 During fixing this, I wondered why the tests also pass without the fix, and discovered that this specific behavior will only occur if there's no root `+layout.server.js` (because...