-
**(Is it a) Problem (/ Rust limitation?)**
The following works (awesome!):
```rs
#[derive(Clone, strum::EnumIter, Routable, Debug, PartialEq, serde::Serialize, serde::Deserialize)]
enum Route …
-
**Is your feature request related to a problem? Please describe.**
Currently, SQL query strings can not be auto-formatted.
**Describe the solution you'd like**
Add an auto-format command to the C…
musjj updated
1 month ago
-
**Problem**
I tried to run the fullstack auth example. But it return errors:
```
2024-09-08T12:42:11.418Z DEBUG [sqlx::query] summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreig…
-
### Discussed in https://github.com/DioxusLabs/dioxus/discussions/3163
Originally posted by **abhi3700** November 2, 2024
Hi!
I was trying to load the .env file using [dotenv](https://crates…
-
## Feature Request
```rs
#[server(timeout_secs=1.5)] // FeatureRequest 1: timeout attribute
async fn remote_call() -> Result {
// slow operation
}
match remote_call().await {
Err(Ser…
-
**Problem**
[First mentioned](https://discord.com/channels/899851952891002890/943190605067079712/1290331985213919355).
Each slider has a corresponding i32 signal and a few other things (reset bu…
-
when I use `use_ws_context_provider_text` it gives the error `expected struct "dioxus_core::scopes::ScopeState", found "&Scoped
-
**Problem**
Nested for-loops in RSX seem to render in an incorrect order 🤔 This was initially found by @DogeDark on `dioxus-web`, and I was able to reproduce and simplify the example on `dioxus-de…
-
## Feature Request
Right now, if I drop a directory, I get evt.files() that just has the name of the directory. I would want to see the full list of all files in that directory and all subdirectori…
-
**Problem**
Router's `on_update` callback is not called when going back or forward using the browser's buttons, it only works when you click on links.
**Steps To Reproduce**
- Create a pr…