-
### Discussed in https://github.com/sveltejs/kit/discussions/11900
Originally posted by **yannishin** February 26, 2024
I expected the return from the Hook to be event.url.host=ui.foo.com, eve…
-
Create a service worker , ensuring the game can be played offline.
-
When I run `yarn dev`, I get this error:
```
$ svelte-kit dev
svelte.config.cjs should be renamed to svelte.config.js and converted to an ES module. See https://kit.svelte.dev/docs#configuration …
-
### Describe the bug
I found a rare bug with multiple conditions that sets a variable that always exists to null when the parent of the children doesn't specify a bind: on that variable when passe…
-
Web App SDKs require special handling when it comes to session tracking. As we can't use persistent cookies for privacy reason, we need to manage sessions on the server side for such cases.
As part…
-
### Question
Hi!! I've newly started Svelte/kit and I decided to use Capacitor along with Sveltekit to develop cross-platform apps.
So.. it seems that it's already possible to build a Capacito…
-
### Describe the bug
I think https://github.com/surrealdb/surrealdb.js/commit/c063200b70e02d7e6fd3e11b1af2d96ba4e0eabe may have introduced some kind of timeout bug or authentication bug
```
U…
-
### Describe the bug
I have an enhanced form using SvelteKit, and I use `` to add form inputs to the form. Its wrapping form has a separate action:
```html
Add pet name
Submit …
-
Dauntless is getting a huge rework which means I'll have to redo A LOT on this website to the point where starting from scratch sounds like a good idea... And I guess that's what we will do. Starting …
-
## Background
- コンポーネントが増えてきたためか、ローカルサーバのリロードがかなり遅くなってきた
- 待ち時間を少しでも減らしたいので、高速に処理できるツールが望ましい
- 移行をスムーズにするため、Viteやvitestとの互換性があって欲しい
## WHAT
- Viteの設定を見直すのが先では? + PCの買い替えも検討
- SvleteK…