-
### Describe the bug
When using our package `@sentry/sveltekit` in a minimal SvelteKit app with `@sveltejs/adapter-cloudflare`, a build error is logged when the adapter is invoked (see [logs](#logs…
Lms24 updated
2 weeks ago
-
I have three path aliases setup in my `vite.config.ts` and `tsconfig.json`:
- `~` => `src/`
- `ui` => `src/components/*`
- `utils` => `src/lib/index.ts`
Files in `src/components/*` and `src/lib/*` mu…
-
### Describe the bug
Drawer disappear on Safari on iPhone when having an input inside the drawer with a bind:value. I have added a minimal reproduction for this.
The same issue appears when usin…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I'm using [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte). (`*.svelte` file linting does …
-
### Describe the problem
When I setup a new project I have to manually add `src/lib/paraglide` to the `eslintignore` and `prettierignore` configs.
When making github CI/CD workflows, its annoyin…
-
### Describe the bug
The documentation for `paths.assets` says it requires and "absolute path", but any value not specifying a scheme (e.g. `https://`, `http://`) will be rejected with the followin…
-
when run the with sveltekit windicss daisyui - without diasy it works
```Shell
gitpod /workspace/template-sveltekit $ npm run dev
template-sveltekit@0.0.1 dev
svelte-kit dev
🌼 daisyUI compo…
-
Version: deno 2.0.0 (stable, release, x86_64-unknown-linux-gnu) (archlinux)
v8 12.9.202.13-rusty
typescript 5.6.2
Running `deno compile` on a sveltekit app returns a `Module not found runtime/con…
-
`###` What version of `drizzle-orm` are you using?
0.28.6
### What version of `drizzle-kit` are you using?
0.19.13
### Describe the Bug
I am working with SvelteKit, Turso, and drizzle-o…
-
### Describe the bug
My Svelte 4 component has the following props:
```ts
export let limit = 25;
export let limits = [10, 25, 50, 100, 200];
```
TypeScript infers the types as `limit: number` …