Jason Lee

Results 98 comments of Jason Lee

This feature should be simple to add. I don't recall Chrome dev tools auto-folding long strings though - how does the folding look like? Can you attach a screenshot?

Thanks for your contribution! 🎉 I too agree to track this here till Svelte v5 officially lands. TBH I haven't gone through v5 in detail yet, but I will. Will...

Yes. Will get to it once I have a moment.

Happy to take your PR!

Svelte 5 is allowed from `v2.1.1` since it's (supposedly) backward compatible; will leave #51 to track pure `v5` migration when the stable lands. Thanks for your help!

Hmm if you add a visiblity check condition before pushing the toast, does that meet your requirements? Like: ```js if (!document.hidden) toast.push('The Message') ```

Agree that `visibilitychange` should be configurable. A setting should be exposed that allows it to be disabled. I've been waiting for Svelte 5 to land on stable (so I can...

We can add in the next release.

Thanks for your PR - can I check what are the steps to reproduce this issue?

Shadow doms can be nested, so even if your project uses custom elements, it shouldn't be a problem. I'm not how there can be more than 1 shadow root in...