-
After updating relm4 from v0.7.0-beta.2 to v0.7.0-rc.1 in my project I got an error message about a failure of implementing the trait `FactoryComponent` by the macro `relm4::factory`. That was because…
-
Hello,
Today the `gtk4` dependency version is `0.7`. Today the latest version of `gtk4` is `0.8.1`.
Unfortunately if one wishes to use `gtk4-layer-shell` with `gtk4` he needs to be in `0.7` (acc…
-
# Motivation:
This tool should target general pathfinder 2e audience, and CLI excludes great portion of potential users.
# Requirements:
## Selecting spells
It should be possible to select…
-
Currently, things like the `Component` trait are in the Relm4 prelude, but async traits such as `AsyncComponent` are not. I think it would be good to include those as well, considering they offer the …
-
After the version 0.6.2 all build apps use libadwaita even when not using the feature flag `libadwaita`. This causes the styling of build apps to change which is in my case not desired as my app is no…
-
Hi there!
It took a little while for me to do, but now I can check various git updates as they were made.
Unfortunately, there seems to be an issue in this system.
When tailor_gui is launched…
-
As #37 and #138 show, electron really isn't a good choice for a small app that handles a few settings. Actually, shipping a whole browser runtime for this purpose is a huge overhead.
I'd suggest to…
-
The bug first appeared in https://github.com/Relm4/Relm4/issues/619, but seems to be located in the glib crate rather than Relm4.
**Bug description**
Spawning and then aborting an uncompleted ta…
-
Perhaps I am doing something wrong? Or maybe there's just no support for this widget yet?
```
error[E0599]: the method `container_add` exists for struct `ToolbarView`, but its trait bounds were no…
-