jwickers

Results 13 comments of jwickers

I've also changed the way tasks are processed to use Promise.race instead of Promise.all as this allows the tasks to be queued as soon as one completes instead of batching...

Hi, sorry, I've been out for the summer. I rebased it to the latest main branch and checked that it was still working for my use case. I've updated the...

We've updated the data import (if you are testing locally do try to reimport them) and fixed the emission calculation, but let me know if you see an issue.

Have the same issue with `useServerMount`, I see the reproduction above is simpler and has the same issue so I won't attach another(one can just init a fresh qwik-city project...

Having Warp work with DB subshells would be huge. Those are the places where we often have to type and edit very long commands and basically where Warp would bring...

Yes, that works for me. Could this be in the release or should the svelte integration doc be updated to include this?

Fair enough. Perhaps this should be mentioned under `Create a component that queries data` as a bullet point because people are likely to miss that above and be confused as...

Still in latest and it only happens when using the Link and doing client-side navigation if that helps.

FYI I ran into the same issue but when running with the DEV server, I see this was fixed in the build so I ported a similar fix for the...

Yes, normally I'd also prefer using a store, like the context used by useNavigate for example, and this is what sveltekit does for example https://kit.svelte.dev/docs/modules#$app-stores-navigating But I couldn't make that...