Evan Almloff
Evan Almloff
> So you probably can add a `build.rs` script for this instead, right? Then mimic all or most of the `dx`'s behavior in there, and it will be about identical,...
This seems related to https://github.com/serde-rs/json/issues/907. Serde json will not accept unescaped `\t`s in the json. https://crates.io/crates/serde-json-fmt might be able to fix this
This would be great to add to [dioxus-check](https://github.com/DioxusLabs/dioxus/tree/master/packages/check)! We could hard code some hooks with dependancies initially. Once a more complete linting system that has more complete access to the...
With signals, we can warn at runtime if a signal writes to a reactive context that subscribes to it
> The wit-bindgen option is probably the best way :) A almost a year later and WebAssembly components are still a work in progress but it might be in a...
The current [docs](https://dioxuslabs.com/docs/0.3/guide/en/interactivity/event_handlers.html?highlight=prevent#prevent-default) discuss multiple prevent default values, but no other attributes are combined in this way. There are other attributes where this could make sense like (multiple style attributes)....
> https://dioxuslabs.com/reference/platforms/web#getting-started-web is 404. > >  > > The TodoMVC `docs` folder doesnt display in the browser. > >  > > Just a simple markdown based instructions would...
The docs are all markdown that lives here: https://github.com/DioxusLabs/docsite/tree/master/docs-src/0.4. If you prefer raw markdown, you can use that folder directly
> Thanks @ealmloff > > I've read the getting started guides on https://dioxuslabs.com/learn/0.4/getting_started/, now I want to review some examples. > > Maybe adding the following to the TodoMVC readme...
I can reproduce the issue on macOS. I tested a few different versions of wry with the wry template. The default wry version `0.28` does work for me with the...