Miles Murgaw

Results 72 comments of Miles Murgaw

I cannot reproduce this on Windows 10 & the latest Git CLI. Running `dx bundle --trace --verbose` shows the correct cargo target is being used. If you have the time,...

We have one but it is tied to the system/browser theme. We should add an override switch for it.

Did some testing and this is because of the working directory that `dx` runs the app executable from. The starting directory that the desktop app looks for assets in doesn't...

This has been fixed in #2779. Additionally, paths in the `asset` macro should start with absolute paths relative to the crate root. e.g. `/assets/main.css` for ``` - my-cool-project (crate root)...

This seems similar to the layouts feature in our Router: https://dioxuslabs.com/learn/0.6/router/reference/layouts/

`cargo-generate` doesn't support multi-select at the moment. This was what I wanted for the 0.6 templates but due to `cargo-generate`'s limitations, the primitive workaround was removed and now all platforms...

The NASM requirement is from one of our deps and there's not much we can do about it. I agree, it should be added to the docs. You can use...

I mostly agree. I can see a warning system being useful in certain situations, but I often find myself chasing down a warning when the implementation works fine. Most of...

Yeah, 2 and 3 are the most common. I don't think I've ever seen 4. > We now also just don't rerun if you write in a scope the signal...

I was able to install it on my WSL. Perhaps your cache got corrupted somehow? I'd try removing `/home/suraj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1` and re-installing.