John Franklin
John Franklin
It should be easy enough to use `which gpg` or `which openssl` to check for the supporting tool and emit an error or warning if requested but not found.
License and copyright are not the same. Copyright says who owns the code. License grants others use of the code or the compiled binaries. If you edit the code and...
I don't think they're mutually exclusive features. Bluetooth MAP doesn't just do text-to-speech. It sends the message itself to be printed on a HUD or in-dash display. I don't know...
This is a feature that I think should be included one way or another. Just this week I had to convert from compass to straight sassc, and the lack of...
As a separate issue, I'd prefer the format to better mimic the output as generated by`gcc -MM`. That is, instead of just a list of files, make it follow Make's...
Is the blocker on this issue time or hardware?
Really? Where are they? Last commit to this repo was four days ago. Where is the Mac client built for that commit?
Daily or weekly builds are more useful here because this repo only covers the theming for the client. The guts of the client is in owncloud/client. Unless a change in...
Travis CI also has an OS X build environment. https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version Their Windows build environment is still a WIP: travis-ci/travis-ci#2104
I like the code reorganization to split `menu_router.inc` out of `menu.inc`. `menu.inc` is huge and splitting it up into smaller files will make maintaining it easier. I don't like the...