Aaron Erhardt
Aaron Erhardt
Relm4 optionally supports libpanel-rs and therefore installs libpanel in it's docs CI job (which uses the gtk-rs container to reduce build times). However, libpanel requires meson 0.60 but Ubuntu 20.04...
Relm4 and gtk-rs share the goal to make GUI development with GTK on Rust as convenient as possible. Over time, Relm4 has gained features that might be useful for gtk-rs...
+ Fix all clippy warnings due to libadwaita feature flags + Remove `Sync` requirement for command closures + Add convenience method for spawning futures that will return one `CommandOutput` Arguably,...
Create a video / graphs / docs to explain the internal structure of the `view!` macro
### Discussed in https://github.com/Relm4/Relm4/discussions/212 Originally posted by **Paveloom** July 18, 2022 So, imagine you have the following graph of components: ```mermaid flowchart LR Window --> A --> B --> C...
The **_bold and italic_** entries are most important, the rest could be replaced or added later. The libadwaita examples (not listed here) should be ported as some point, too. -...
Because of the (incredibly annoying) async comparability issue there might be some interest to use other runtimes that tokio. Potentially, defaulting to glib might be useful to reduce dependencies. >...
- [ ] Test a 0.5 beta version in relm4-store to find potential shortcomings in the API
- [x] Move book to Relm4 organization - [ ] Prepare book for 0.5 release
Contents of this PR: + More robust and simpler code that should have exactly as the current version + Slightly better performance in some places + Update to 2021 edition