Matthew Rothenberg
Matthew Rothenberg
With ansible 2.0, it looks like `osx_defaults` is now in default modules, so investigate migrating to that instead of my vendored fork. Need to note this issue, which looks like...
Versions of MacOSX `>=10.9` seem to vastly prefer having the user avatar set via `JPEGPhoto` binary blob record versus `UserPicture` key/value pair for filename, as evidenced by any time you...
In the background I've been chipping away at what support for "pre-release versions" would look like in `bump`. In short, the non-edge case version of this would be something like:...
COC is the standard, but TOU is something I just wrote quickly. Hoping to express intent clearly. Would appreciate any feedback!
## Description When using np in conjunction with a CI/CD environment, the recommended implementation is to use the `--no-publish` flag and then have the actual publish handled on the CI/CD...
Currently, in `lib/lolcommits.rb`, we require all external gems and libraries at the root level of the library: ```ruby require 'mini_magick' require 'core_ext/mini_magick/utilities' require 'fileutils' require 'git' require 'open3' require 'methadone'...
Currently in the CLI we have this fun snippet, designed to handle the case where you are in a subdirectory of a git repo and want to do a lolcommits...
As per discussion in #236, ffmpeg is apparently EOL. At some point we should investigate moving beyond it in our deps.
Now that [AppVeyor](http://www.appveyor.com) is around, it looks like we can theoretically add Windows continuous integration testing as well (it would be nice if TravisCI supported it, but I don't see...
The Windows install FAQ is likely very outdated, since it looks like a good portion of it involves installing things necessary for RMagick to build: https://github.com/mroth/lolcommits/wiki/Installing-on-Windows Since we got rid...