Evan Almloff

Results 533 comments of Evan Almloff

This is fixed on MacOs and Linux but it looks like rav1e is still pulling in nasm on windows even without the asm feature enabled

Windows is fixed as well. I was running into a different caching issue with CI

Using `dioxus://Drive:/yourassetpath` also doesn't work because the custom wry protocol only receives the url after the drive, so we cannot find the asset the user wants

This is caused by https://github.com/DioxusLabs/dioxus/pull/1710: - If a user tries to use a use_future with a sync server function, on the server it will poll once and resolve to a...

We should change `rust-analyzer.cargo.target`, not the default target for cargo so that we don't break `cargo run` for any cross platform apps

> Thanks for your response.I'm sorry the above instruction is too brief for me to understand. I need some more details. Pictures or videos would be useful also. Can you...

> It seems the above guide aims to save project files on Github. However, what I want is to run app on Github(or other site) so that my app runs...

> Hmm, could we actually change that guide to prefer using [`gh_pages`](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-from-a-branch) instead? > > Putting generated files into the `docs` folder does work, but it tends to be an...

> so, I kinda noticed myself getting into all sorts of headaches to try to get the existing hooks to do what I wanted... I then reviewed the custom hooks...