Dominic Gannaway
Dominic Gannaway
Can't we just re-use the logic in local event handlers where we run the delegated workflow? Surely it's the same thing as here?
Please can you create an example on the REPL? this is far easier for us to debug and track. It might be that we can apply some optimizations in some...
@SaintPepsi Svelte 5 doesn't trigger any `SvelteDOMSetAttribute` events. In fact, converting the above to Svelte 5 for me results in rendering the "Show Multiple Complex Exploding Head SVG" taking less...
@davidaq I wonder if this is because the `>` is on a new line. Can you try with it on the same line as above? I'm super bogged down with...
@davidaq On consideration, there should be the flexibility to have both with and without a space. If you ever feel like contributing to the project, that would be an awesome...
@seasonwarm sorry for taking absolutely ages to get back to you – I have no idea why I never saw the notification for this. It sounds like you're using something...
@davemackintosh Thank you! Also, would you mind jumping onto the Inferno slack? https://inferno-slack.herokuapp.com/ It's also the home of t7 :)
The fix to this is not insert the initial node until something has been entered into the modal, like equations work.
@Rich-Harris I addressed the issues you mentioned. This PR wasn't finished yesterday when you reviewed it and it had some bugs and missing pieces still yet to do. The stack...
I think this is more a documentation problem. Svelte uses proxies to make deep reactivity work, and thus equality of things you put in state will never match the same...