Michael Sanders
Michael Sanders
See #68. Only catch is this currently needs to be dragged into the parent project since we don't have access to the symbols for Crashlytics at time time we're linking...
This would [speed up building](https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file) via Carthage by quite a bit, since it automatically downloads those if they exist instead of building from scratch each time. Shouldn't be too hard...
Not an active Linux user, so uncertain of all that's involved here. It will likely require accounting for various package managers and system update tools in different distributions. There's also...
Fixes: ``` Sources/HotKey/KeyCombo.swift:26:22: warning: setter argument 'newValue' was never used, but the property was accessed carbonModifiers = modifiers.carbonFlags ^ Sources/HotKey/KeyCombo.swift:26:22: note: did you mean to use 'newValue' instead of accessing...
It would be nice if there were a way to disable the newline padding in usage and error messages without re-implementing the default implementations in `HelpMessageGenerator`. I personally think it...
As a user it's difficult now to keep track of what's changed between releases. This would be easier with a public changelog file, or alternatively notes on the GitHub releases...
`caskroom/cask/brew-cask` should be automatically installed if a bootstrap contains any casks. This isn't too annoying now, but will be once bootstraps are divided into separate files (#2).
Multiple display support is currently missing but would be nice to add.