Results 36 comments of Gelldur

Same on Manjaro with version 0.54.2 ``` Operating System: Manjaro Linux KDE Plasma Version: 5.24.6 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Kernel Version: 5.10.136-1-MANJARO (64-bit) Graphics Platform: X11 Graphics...

POCO - https://github.com/pocoproject/poco

So when I use just `mkchromecast` it cast audio but when I do `mkchromecast --video --screencast` then I get only video :( In second case no sink is created.

Hey, I'm using Manjaro KDE + Wayland (amdgpu). Installed from official repo. Flameshot v12.1.0 (-) Compiled with Qt 5.15.5 It looks that I don't have any delay set. Same behavior...

postRunnable with delay?

Thank you, I will upgrade but need to fix CI pipeline first. For now you may just build without tests. ``` option(ENABLE_TEST "Enable test" ON) ``` I may consider to...

Ok issue is in unclear compilation error this is reason: ``` error: call to implicitly-deleted copy constructor of 'event::backend::XYZ' ```

Notes: 1. Event state can't be mutable. Interesting use case when we would like to "cache" result of deferred async task. Need to write wrapper for such future?

Yeah still valid issue. Not sure what correct solution would be as mentioned above of mutable state of event.