dioxus
dioxus copied to clipboard
Fullstack app framework for web, desktop, and mobile.
**Problem** Incorrect syntax highlighting when accessing `props` fields (see screenshot). It works, but would be great if you can visually distinguish and see as the usual comment (see screenshot) **Steps...
## Feature Request ### Description Currently, Dioxus Signals lacks a `Writable::map` feature, making it difficult to derive a `Signal` from a parent `Signal`. This is particularly important in scenarios like...
**Problem** I'm working on implementing a login form in a Dioxus desktop application with version v0.7.0 - alpha.1. However, the form submission is not working as expected. When I click...
**Problem** Building `dioxus-native` apps with the CLI (`dx`) fails unless the `desktop` feature is enabled. Error message: "No platform specified and no platform marked as default in Cargo.toml. Try specifying...
Not sure what happened, but the docsite wasn't hot-patching properly anymore. This fixes that. We weren't have these import issues previously. My hypothesis is that we added a new feature...
**Problem** Presumably due to changes in our asset system and hashing, hotpatching is causing asset srcs to be set to `/assets/`. **Steps To Reproduce** Steps to reproduce the behavior: -...
Refactored the logic to correctly map virtual addresses to file offsets by iterating over all data segments and matching the segment containing the symbol. Improved error handling and logging for...
**Problem** Create a new project using `dx new`, all options default, then use `dx serve --hot-patch` fails to build. **Steps To Reproduce** Steps to reproduce the behavior: - `dx new...
In one of my currently-migrating-projects, the first server function call panics. Here is what I managed to debug: - The visible effect is that [this `unwrap`](https://github.com/DioxusLabs/dioxus/blob/v0.7.1/packages/fullstack/src/client.rs#L51) panics on `url::ParseError::RelativeUrlWithoutBase`. -...
My system has GLIBC 2.35 and I am hesitant to upgrade it manually without Pop!_OS telling me it is okay to do so. ``` $ ldd --version ldd (Ubuntu GLIBC...