Wout De Puysseleir

Results 55 comments of Wout De Puysseleir

I'm pretty sure this commit is the culprit. https://github.com/woutdp/live_svelte/commit/e46e85dcd9c0c49c5b3263cbe2a917cd4bc37fc0 There was a memory leak issue which should be resolved by that commit, but that started causing the issue with the...

That's a tricky one. It can occur if you reload the page multiple times and you see the memory usage go up in your app, but there's no good deterministic...

Fixed by #134, thank you @louis-smit!

This seems like the way to go, there's a couple of issues that could be possibly closed by this. Anyone feel free to pick it up or create a separate...

Great idea to create an SSR behaviour. I can imagine some people would still want to use `Node` as they might already be using that dependency in their project, and...

> Have you considered Deno and specifically [deno_ex](https://github.com/akoutmos/deno_ex) instead of Node or Bun? > > Svelte seems to be available too https://deno.land/x/[email protected] Yes although I'm not sure if deno would...

First impression is that I like this, haven't looked at the code but the idea is sound. Nested components might need access to the live api, currently you need to...

As a counterargument, `export let live` is dead simple. Context makes it slightly more complex, it's a small thing but I do like the UX at the moment of simply...

> but I feel like nodejs package will need to be replaced at some point, it does not seem to be mantained. I also remember you saying on elixir forums...