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

**Is your feature request related to a problem? Please describe.** I'm tying to migrate from Sapper to SvelteKit. I'm aware of the discussion in #334 and hooks seem to solve...

### Describe the problem while building locally, the environement is undetectable so i guess no any adapter is used, but i think adpater-node should be used for fallback. ### Describe...

pkg:adapter-auto

Next should be previous. (I think) ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful if...

### Describe the bug I have been trying for a good 2 months now to get my Sveltekit website deployed and up-to-date again, but can't seem to figure out what's...

awaiting submitter

Should is better word here. ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful if your...

### Describe the bug When I create a new SvelteKit Library project using `npm create svelte@latest `, I specifically request to have no TypeScript, but the package.json file has typescript...

pkg:create-svelte

### Describe the problem Typed route param types do not match ones provided from `params/*` match functions. Consider following setup ```js // params/fruit.ts import type { ParamMatcher } from '@sveltejs/kit'...

enhancement
types / typescript

### Describe the bug I finally got around to migrating away from `import.meta.env.*` for all of my environment variables and onto the SvelteKit-recommended `$end/dynamic|static/public|private`. I had a number of integration...

bug
p1-important

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@cloudflare/kv-asset-handler](https://togithub.com/cloudflare/kv-asset-handler) | [`^0.2.0` -> `^0.3.0`](https://renovatebot.com/diffs/npm/@cloudflare%2fkv-asset-handler/0.2.0/0.3.0) | [![age](https://badges.renovateapi.com/packages/npm/@cloudflare%2fkv-asset-handler/0.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Added 'then'. It is needed here. ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [ ] It's really useful if...