Patrik Číhal
Patrik Číhal
Is there a way to exit from the app without having to use force stop in settings? Maybe a third button in notification area called "exit" would be nice.
**Problem** **Steps To Reproduce** Steps to reproduce the behavior: Have an app where you want automatically scroll to an element. Call this function to do so: element.scroll_to(ScrollBehavior::Instant).await; **Expected behavior** Should...
**Problem** Happens on 0.6.1. When server function that accepts vector argument is called where it is an empty vector it cause 500 error. The issue is that the argument doesn't...
**Problem** In dioxus when using dx serve without the --release flag, when switching route within a layout, it seems to reload the layout component always. This doesn't happen with --release...
Says that 0.7 is compatible but is not published on crates.io...
**Problem** Signals are extremely unstable. For me they keep leading to panics in production on the client side. For example: ```rs on_delete_point: move |i: usize| async move { let point...
**Problem** When invoking middleware through `use_server_future` call, the middlware implementation cannot access the server context. This includes potential database headers etc... - Dioxus version: 0.6.3 - App platform: web
**Problem** When running dx bundle using dockerimage with the fly deploy command on gihtub actions. Sometimes it just gets randomly stuck at the end of the deployment and the only...
**Problem** This keeps popping up in logs of my production fullstack server. Not sure what it breaks yet. ``` 2025-11-22T21:41:27.176 app[48e73d4f777d18] fra [info] thread '' (658) panicked at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dioxus-fullstack-0.7.1/src/magic.rs:542:69: 2025-11-22T21:41:27.176...