Evan Almloff

Results 533 comments of 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. > > ![image](https://user-images.githubusercontent.com/2173213/282588626-b34bc9e3-3a6a-4080-81ce-b7e5a050989f.png) > > The TodoMVC `docs` folder doesnt display in the browser. > > ![image](https://user-images.githubusercontent.com/2173213/282588984-31dd7135-13bb-46e1-9c2c-c59ec38324ca.png) > > 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...