Simon Hausmann
Simon Hausmann
Ok, I fixed the test failures and removed the panics. Regarding the model property handling: Before this change: You can assign an array to a model property and when reading...
I think as a generic solution that works with winit and Qt backends, that's going to be very hard. I'd prefer having public API for the winit backend and then...
I think the way you'd combine Slint into am embassy task is to write the loop like [here](https://slint-ui.com/releases/1.0.2/docs/rust/slint/docs/mcu/#the-event-loop) in the task and use a timer like `Timer::after(duration).await;` and combine that...
Perhaps you can use [`futures::select!`](https://docs.rs/futures/latest/futures/macro.select.html) ?
Indeed, but `select_biased` seems enabled for `no_std`.
I think we should stop using run-cmake and invoke it directly. #drive-by :)
Thanks for the detailed report. This is indeed rather odd. Let us know if you find out what setting might cause this. Cursory search on the internet found this similar...
I think it's a good idea to clean up this code and make it more modular. Feel free to proceed. This is currently marked as a draft, not ready for...
The error message suggests that the peer that provides clipboard-data is not alive anymore (so the FD transfer fails). That's a little weird though. @araraloren did you do anything with...
So this turned out not to be a bug in smithay-clipboard. It just happened to panic, but the root symptom is that the Wayland connection breaks off. Afaics Weston crashes....