-
Currently `MainContext::spawn_local` won't propagate panics up to the caller if those future's aren't awaited and `.unwrap()`ed. I have a use case where I'd like to get panics in those locations up to…
-
I have tried to reduce an app, pruned some abstractions and got down to this:
```rust
use gtk::prelude::*;
use relm4::prelude::*;
use relm4::RelmContainerExt as _;
struct App {}
#[relm…
-
Hi there,
Creator and former dev of steamtinkerlaunch here.
First, I appreciate the idea of a total rewrite of steamtinkerlaunch (if I knew how fast and big it would grow I would have never star…
-
# My use case
I'm using the `relm4_macros::view` macro standalone for convenience when working with `gtk4` or `libadwaita`. I noticed that clippy generates lints on pretty much every `view!` invoca…
-
Looks like the example `menu_actions_and_settings` pulled today from `main` as is crashes:
-
Whenever I turn on my laptop from sleep, the keyboard lights up (I mainly run with it turned off).
If I try to switch to a "None" configuration in the "default" LED profile, I get the following Toa…
-
Every time i try to run the game, the launcher wont open it, it closes and open again.
After testing i was able to run manually with:
`#!/bin/bash
GST_PLUGIN_PATH="/home/ochi/.local/share/anime…
-
I have a use case for a file synchronization program I'm working on (see [hwittenborn/celeste](/hwittenborn/celeste)). In that program, there's a main window that shows up while syncing files, but if …
-
The [introduction page](https://aaronerhardt.github.io/relm4-book/book/introduction.html) has a link "relm4-examples crate" which is broken.
It links to https://github.com/AaronErhardt/relm4/tree/m…
-
Just starting with this so this might be an obvious question but I'm going through the examples and the book and can't find references to how I might add menu items to the (e.g. macOS) menu. (pictured…