Marek Šuppa

Results 66 comments of Marek Šuppa

@KostyaEsmukov @jbouvier This is just a friendly reminder that I'd be happy to address any comments you guys may have. Thanks!

Would be indeed very cool to get some more docs for ODBC -- there are a couple databases where I could see it being immediately useful :)

@jahnf I've found https://github.com/jahnf/Projecteur/blob/dfb52bb0b86189ac5cc9383011e0028d2271ccb4/qml/spotshapes/Square.qml and I do think this should be rather doable, if you'd be up for it. I'd probably try to give it a shot myself :slightly_smiling_face:

Thanks @jahnf, that's great to hear! If you'd be implementing rectangle shape now, where would you start? Would updating the Square shape be a sensible way forward?

Thanks for the reply @jahnf ! I have indeed tried to use `QT_QPA_PLATFORM=wayland ./projecteur` as well but it didn't seem to help. With regards to enabling the `zoom` setting, it...

Thanks @jahnf, I'd be happy to do any field testing you might find useful as well!

@jahnf sadly, it doesn't seem to work all that well for me on the Fedora box I run -- the zoom button does indeed respond but moving the presenter doesn't...

When I closed the application, though, I did receive the following error log: ``` [2021-10-23T09:19:12.790][wrn][default] qrc:/main.qml:12: TypeError: Cannot read property 'currentSpotScreen' of null [2021-10-23T09:19:12.790][wrn][default] qrc:/main.qml:30: TypeError: Cannot read property 'overlayVisible'...

@sn6uv This looks very interesting. Do you think I could handle this?

Thanks! A few unsorted notes - `subprocess` should be pretty cross-platfrom, at least in my tests it did not have any trouble running commands on Windows, Linux and OS X....