Dave Patrick
Dave Patrick
Thanks for the bug issue. Closing this in favor of https://github.com/SeaDve/Kooha/issues/270
Hi, is this still reproducible in the latest version: 2.2.4?
Thanks for looking forward to contribute! One of the first step as far as I remember is to do the animation using `AdwAnimation` and `GtkSnapshot` APIs. This would give a...
A quick look on `gtk4-rs` which has possibly problematic `Copy` are the following: * `GtkTreeIter` (Though doesn't seem to have any methods nor impls) * `GtkTextIter` * `GskRoundedRect` (has &mut...
Somewhat unrelated, and more like a clarification: > async move { while let Some(item) = data.next() { let thing = heavey_operation(item); sender.send(thing).await.unwrap(); tokio::task::yield_now().await; } } Isn't here `sender.send(thing).await.unwrap();` is already...
I also have the same issue with exposing properties to a public object in a library. Specifically, I had to resort to manually implementing the properties in https://github.com/SeaDve/plotters-gtk4/blob/main/src/paintable.rs to improve...
> This unfortunately is problematic on properties with `-`
The manifest may also be a good start. Is it possible to show it here, including the file name?
> Why is the VSCode window reloaded on every manifest save? (I have auto-save enabled, so for me this is every keystroke) If i remember correctly, meson extension causes the...
Oh, that is indeed not good.