Bartłomiej Maryńczak

Results 233 comments of Bartłomiej Maryńczak

> Hmm, why can't we do this automatically inside smithay, when we get a `null`-buffer attached? Done, as long as the user uses Smithay's rendering abstractions this will now happen...

Oh, finally, a good excuse to remove the GTK backend :smile: On a more serious note, GTK3 backend is already optional, non-default and unrecommended, so I believe it is fine...

> can replace it with the new version would you be open to a PR This will prevent all projects that are still on GTK3 (like Tauri) from updating RFD,...

Can not reproduce: ```rs fn main() { let path = std::env::current_dir().unwrap(); let res = rfd::FileDialog::new() .set_directory(&path) .pick_folders(); println!("The user choose: {:#?}", res); } ``` Dialog is responsive, and uses barely...

Does this reproduce the segfault? For me it does not (with tokio with `full` feature flag). ```rust #[tokio::main] async fn main() { loop { import().await; } } async fn import()...

~`wayland_protocols_experimental` is now up on crates.io~ `wayland_rs` is now up on crates.io

There is no translation infrastructure currently, sorry.

Ok, I will assume that we are leaking NSOpenPanel somehow. Does the same problem appear in both async and sync dialog? Also, in what kind of environment is it spawned?...

I don’t have anything new to add beyond what I already said on Matrix. I’m just posting here to keep the GitHub discussions in sync: This will most likely kill...