Michael Baltaks
Michael Baltaks
I'm not 100% sure why it won't load automatically, but it could be that recent versions of Mac OS X don't use the `/Library/StartupItems` folder anymore. There is a `login.command`...
Actually, has anyone tried `sudo rsync -av /Library/StartupItems/DoubleCommandDoubleCommand.kext /System/Library/Extensions`?
Ok, I'm kinda amazed the kext still functions on the current Mac OS, but if someone can confirm whether the kext needs to be put into `/System/Library/Extensions`, or whether just...
At the moment, the quickest way to get it running again is to paste: ``` sudo /Library/StartupItems/DoubleCommand/DoubleCommand start ``` into the Terminal app.
That's a good point, you can't do any authentication when the keyboard isn't working. At the bottom of http://doublecommand.sourceforge.net/help.html there are instructions for starting in single user mode, which will...
There are multiple configs in the kext already, they just need hooking into the UI in a useful manner.
master is always stable, I do experiments in separate branches (that's what they're for!). The current master is going to be 1.6.9 as soon as I get a chance to...
I've created a PR (https://github.com/wonsikin/react-native-barcode-builder/pull/37) that allows a solution for this problem. The issue is actually that some barcodes just will not fit on some screens, because you need at...
My mistake, for some reason I didn't pick that up previously. I've sorted that out, and used the compiler recommendation for %u in the format string.
Ok, I've not looked into running with and without ARC automatically, but if you manually add the compiler flag it all seems to look just as it does without the...