Jonathan Kelley

Results 175 comments of Jonathan Kelley

We try our best to preserve comments by writing out whitepace on rsx indents, but there's no way to preserve whitespace with prettyplease. I'd be interested in supporting the rustfmt...

~~This is done, actually, but since it requires breaking changes to core, I'm gonna keep it open until we're ready to start merging break PRs.~~ I have since expanded the...

Gonna try taking a stab at this in the next devtools-focused release!

Ah, I think this was fixed in #2236 https://github.com/DioxusLabs/dioxus/assets/10237910/843af7e6-102f-4076-913f-a590737cf0fb

Updated the vscode extension but haven't yet done the openvsx integration

This should definitely be possible and might be a side effect of how we do event delegation actually. I'll take a look soon - should be simple to fix.

Revisiting this - it's likely because we use the same interpreter for all virtualdom instances and there's a data race happening. Going to be fixed in #1974

> I got around to testing this and the problem is resolved. Thank you 0.5.0-alpha.2 is out now with this fixed if you want a released version to work from...

Should be fixed in master now. We made some big changes recently and need to adjust our global handlers. Leaving this open until all handlers are adjusted.

SolidJS has a similar behavior - attempting to control a checkbox like this does not fit with the one-way dataflow paradigm we encourage. In Dioxus we force a re-render since...