Evert van Brussel

Results 100 comments of Evert van Brussel

Thanks for explaining, all of that clears a lot up for me. > I can't think of any situation where this would be a good idea. Yeah this is showing...

> Actually `subscribe` itself can be used to define [active] sinks. Yeah, thinking about it in terms of "passive" and "active" sinks, I'm thinking: When you want to create an...

> Doesn't TypeScript prevent passing a nested action in? Of course not. You haven't put any restraints on the `Payload` generic type, so no, TypeScript does not complain. [See a...

Okay, I agree with most of what you're saying. But if you're implying that you're not interested in any other kind of solution, because there's this compiler-solution on the horizon,...

Never mind, apparently I had to call `const encoded = tik.encode(input, "all")` instead of `const encoded = tik.encode(input)`. I'm still a little confused why I need to do that though....

> can you please tell me how long is the audio I've tried 2 audio files, one of 5 seconds or so, and one of 40 seconds. Both in mp3...

> Instead, what about ensuring that there are no multiple properties with the same name? We could generate unique keys like /blog, /blog_alternative_2, /blog_alternative_3, etc. > > What do you...

Hey, that's interesting. So I just created a repro on stackblitz and what's interesting is that initially I got the same error from SvelteKit as you. But then when I...

Hey, I'm new here, just looking around, so I haven't tried this package yet. I would not have expected that this package would also offer a svelte-query utility, but it's...

@Rich-Harris if you are working on improving the `{#await}` block anyway, would you please consider this request as well? #10227