Kalmat
Kalmat
It also complains about "Creature from the black lagoon" and "The GateAway - Hig Speed II" (all related files) Thanks a lot for the impressive work!
I am still trying to figure out how to work with the battery indication leds, but still no luck. If someone could point me to some direction, I woul really...
For those with the same issue, I got to contact DSTIKE author [ispoplove](https://github.com/lspoplove) and it seems there is no way to programmatically handle the battery charge indication leds. If someone...
Ok, I understand and fully agree with you. Sorry for my complete ignorance about OBS. You are totally right that it is really complex and totally out of our reach....
Hey! Just installed OBS Studio (v.29.1.3 64bit) in Ubuntu/GNOME from the Ubuntu Software Center. Once open, everything looks like black magic to me, to be honest... Well, let's get to...
Hi again! I managed to identfy the failure point: ``` # Retrieve the IOKit framework iokitBundle = objc.initFrameworkWrapper( "IOKit", frameworkIdentifier="com.apple.iokit", frameworkPath=objc.pathForFramework("/System/Library/Frameworks/IOKit.framework"), globals=globals() ) ``` It always crashes in Catalina, despite...
Hi @uurazzle! Thank you for your reply and, especially, for your work and for sharing it! I will wait until you have time, of course. In the meantime, I will...
Hi again! I just wanted to let you know other two issues I have detected, for whenever you plan to work on this again (of course, no hurries!). I will...
Hi! `getActiveWindow()` and `getAllWindows()` return Window class objects, so they won't match. You need to use the titles. Please, try this and let me know if it works: ``` import...
Hi again! `getActiveWindow()` intentionally returns None in case the active window handle couldn't be found/retrieved, so it is something to take into account when invoking it and working with its...