Evan Almloff

Results 533 comments of Evan Almloff

You can explicitly mark an asset as a video with the video function: `manganis::mg!(video("assets/animated.webp"))` `manganis` should try to detect videos automatically from the content. It looks like the image crate...

> Is this not being merged because there will be some later changes? This is not merged because the template is not versioned so merging this PR would update the...

> Does it have to be merged after 0.6 is officially released? Yes, we currently don't have versioning set up for the template, so the main branch of the template...

If you are interested in taking a look at this, the logic for rendering the the url is [here](https://github.com/DioxusLabs/dioxus/blob/7b7357037f6c2038cd202f5fcc53c174d9b9efc9/packages/cli/src/serve/output.rs#L672-L683). I can reproduce this issue on macos when my terminal window...

Only absolute paths and `asset!()` paths are supported by dioxus desktop 0.6 and only `asset!` paths will be bundled. You can resolve the path to an absolute path before formatting...

Rerendering that component isn't optimal, but it shouldn't cause behavior issues. The more problematic issue is the navbar is recreated every time the route changes. Creating the navbar every time...

This was fixed in 0.7 by https://github.com/DioxusLabs/dioxus/pull/3895

Thanks for working on this! It looks like the web example doesn't compile yet so I'm assuming this isn't ready to be reviewed. I'm changing this to a draft for...

> Is `WRY_WEBVIEW` a container for Dioxus desktop apps? @ealmloff If we need to have it I’m wondering if setting `tabindex=-1` would fix this 🤔 We don't create `WRY_WEBVIEW`, but...

You may be missing one of these build dependencies: https://github.com/xiph/rav1e?tab=readme-ov-file#dependency-nasm We provide prebuilt binaries for the CLI you can install with `cargo binstall diouxs-cli` for the latest release or `cargo...