Marley Reeves
Marley Reeves
Hello! Sorry it's been so long. I've finally been able to test this and can confirm the combination of the volume mount and the environment variable do work. Thank you...
Hello! I've made a super simple program that reproduces the issue: ```rust fn main() -> iced::Result { iced::run(update, view) } fn view(_: &usize) -> iced::Element { iced::Element::new( iced::widget::button("Exit") .on_press(Message::Exit) )...
The reason that the `exit` example has no issue is because it *does* use the `window::get_latest().and_then(window::close)` as I specified above. See below: https://github.com/iced-rs/iced/blob/89f480bdae951a31944302777b759661ec3c3e83/examples/exit/src/main.rs#L23
While this makes sense, the `exit` task does close the windows anyway (whether intentionally or not). While I'm not sure as to the complexity of implementation, I think it would...
Hmm, that is interesting. I am running 64 bit fedora 42 on Wayland/hyprland. Device is a Dell XPS 15 9510. Using nouveau drivers for NVIDIA gpu. Using the wild linker...
Just tried using nightly, on same latest master commit. My nightly toolchain is currently `1.88.0-nightly` (cannot update it right now due to network issues). Same issue.
Can confirm when scrolling by holding `j`/`k`, scrolling jumps back and forth rapidly. I notice this especially clearly when working in documents where line soft wrapping is enabled (such as...
Not stale Workaround is great but would love to see a fix in snacks itself
Not a contributor but happened to stumble across this. Using conventional commits definitely makes it easier to follow what is happening, and they can also allow the auto-generation of releases,...