Michal Duda
Michal Duda
Any progress on this? The broken XCode 10.2 carthage/build support is pretty annoying for me. Thanks.
> I'll fix this next week. Which week? ;)
I would say even if you are able to compile it, it will be useless for you since USB-HID kernel extension will be in use. That means the libusb cannot...
Hi Joshua, Does the dropbox works for you if you just download this workflow without any changes? Of course, the Dropbox token must be used. I tried the Dropbox feature...
Joshua, sorry for delay. Try to open the alfred preferences, select the workflow and enable the 'debugging mode'. It's the icon depicting a bug in the upper right corner. Try...
Hi Francois, It seems that this is the "well-known" mismatch of openssl version in python distributions, so I cannot fix that in my alfred workflow. Just for my curiosity, could...
With small updates, this project can be built easily on the macos sonoma. However, the resulting binary does not behave well. Full screen does not work, and if you get...
> which are these two errors ? ism.cpp, line 127 ``` char* lastdot = std::strrchr ( nameFromPath( pathToGame ).c_str(), '.' ); ``` shall be ``` const char* lastdot = std::strrchr...
Hello @igormoreno, What version of the macos do you have? Thanks.