Results 353 comments of Tee Ming

After trying to implement a solution using a service worker, I can understand why the cookie based solution is the preferred solution. There's a lot of overhead involved with a...

Hi @PavelNuzhin , can you provide a minimal reproduction along with an expected output compared to actual output?

Thanks for the PR! Is this test suite a good fit for your test? https://github.com/sveltejs/kit/blob/13fb7f51a1eefd473f56cf4073ed5a48140a996b/packages/kit/test/apps/options-2/test/test.js#L58 I noticed it also has a test with a base path and a service worker.

Thank you! I'll wait for another review before merging just to sanity check this.

> is there a rough roadmap for making runes versions of the built-in stores? Would love to give all my stores the 🔪 when I migrate to runes but the...

Hi kattschan, I couldn't reproduce this issue using the provided reproduction. I'll close this issue for now but feel free to share another minimal reproduction and I'll re-open this issue.

> As a simple example, a blog website. Following the list / detail page pattern, when there is no content, we couldn't prerender the website until there is at least...

Have you tried adding the [fallback option](https://kit.svelte.dev/docs/adapter-static#options-fallback) to the adapter config and setting the prerender for the dynamic parameter route to `prerender = 'auto'`? I think this is a good...

Hi @yakanet , I wasn't able to reproduce the issue with the reproduction you've linked. Could you create another minimal reproduction?

Seems like this is noted as a caveat in the docs. I can't explain why though. cc: @Rich-Harris > During server-side rendering, $page.state is always an empty object. The same...