Jakob Rosenberg

Results 178 comments of Jakob Rosenberg

Thanks for reporting this and sorry about the slow follow up. If I can fix this issue without breaking compatibility with Svelte 4, I'll let you know.

@Kopatch not currently. What is the use-case you're trying to solve?

@arthurspa While Routify work with Svelte 5, using Svelte 5 inside Routify 3 would break all Svelte 4 apps. For this reason Svelte 5 syntax in Routify would be reserved...

Hi @rishi-gurjar I'm closing this issue as resolved. If your issue isn't resolved, let me know and I'll reopen.

### Proposed Solutions **Preserve Operation Order (Flat List):** Send operations as a flat, ordered array. Each operation includes the table, type (set/delete), key, and value. Example: ```json [ { "table":...

I am dealing with this issue too. It seems that Zen updates instantly as long as changes are frequent, but as soon as 5-6 seconds pass without changes, Zen appears...

This seems to be related to Vite's HMR. https://github.com/vitejs/vite/issues/20151

I have a nested list. Adding the key fixed it for the outer list, but not the inner.