Evan Almloff

Results 533 comments of Evan Almloff

An option to not hash assets might be a better approach to this issue. Waiting to work on this until #3988 is merged to avoid conflicts

> Doesn't the folder asset type exist for this reason? It should be possible to join a path against the folder to have assets reference each other? Only if you...

For css specifically, you can work around the issue by using relative links within a hashed asset folder, but I'm not sure that is true for every asset type. It...

I agree js interop is currently very messy. One of the potential features we have discussed for 0.8 is implementing a wasm-bindgen compatible macro that works on both desktop and...

> add tokio and axum as dependencies in the server workspace Cargo.toml The `server` crate in the workspace template is built on both the server and the client so that...

If you are interested in working on this, I would check if transparency works when changing the browser content in [wry](https://github.com/tauri-apps/wry) which is the system webview library dioxus uses. I...

> [@ealmloff](https://github.com/ealmloff) would you be willing to confirm that the [wry example I posted in the wry issue](https://github.com/tauri-apps/wry/issues/1524) has transparency issues for you on MacOS as well please? I can...

> Greatly appreciate it thanks! 🙏 That leaves me with even more questions lol. Did you happen to run the latest version of wry which is `0.50.5` or `0.45.0` which...

The 0.6.1 version of dioxus liveview has been published, so this might be a caching issue. Running `cargo update` fixes the error for me. After running cargo update in a...

I opened some pull requests that fix some of the documentation issues: - https://github.com/DioxusLabs/docsite/pull/331 adds documentation about managing features for optional dependencies - https://github.com/DioxusLabs/docsite/pull/338 fixes the tailwind guide