Miles Murgaw
Miles Murgaw
Perhaps this could be a plugin instead of a direct part of the CLI?
Currently working on support for Windows and Mac. Linux support is going to be harder to implement.
I tested the file input issue mentioned here, and it looks to be resolved (let me know if this isn't the case for you!). I linked a PR for the...
Fixed!
Looks like the clippy issue is fixed in `Autoformat rsx` PR. This is ready for review.
Looks like these issues might already be fixed in #2258.
Maybe we could backport a fix for that too?
Decided to experiment a bit and had some odd behavior. When running a combination of `cargo run`, `dx serve` and running the executable directly, sometimes I could run the app...
@Michaelschnabel-DM I checked this issue out again and I can't reproduce it on the git version of Dioxus. What version were you using?
I don't really like this. If there's a better long-term solution I'd be happy to implement it. We'd also want something like: ```rs // Ability to force enable/disable optimizations without...