Damien Pollet
Damien Pollet
Fixes #50
I have `hidapi` installed via [`brew`](https://brew.sh) under a custom prefix: ```sh $ ls -l /opt/brew/lib/libhidapi* lrwxr-xr-x 1 damien admin 45 Jun 13 19:25 /opt/brew/lib/libhidapi.0.dylib -> ../Cellar/hidapi/0.10.1/lib/libhidapi.0.dylib lrwxr-xr-x 1 damien admin...
**Describe the feature or problem you'd like to solve** I'd like to be able to list the forks of a repo. **Propose a Solution** Add a `--forks` flag to the...
Could the VM provide an option for separating its own output from the image's output? Concretely, the VM complains about pthread_setschedparam in my Travis builds, which prevents writing command-line scripts...
I'm getting the "App crashed; reopen windows?" dialog even though I have this feature off in the system preferences. Clicking the "Reopen" button results in a segfault, clicking "Don't Reopen"...
This seems related to #62, and definitely to CampSmalltalk/Cypress#18 FileTree expects method files to look like ``` category selector: arg and: arg ^ body ``` But STIG starts the file...
Makes things a bit more flexible for people using homebrew (I don't like changing files inside an installed formula's space)
Until now I was using `bundle install --gemfile=default-gemfile.rb` to get a basic set of gems installed. I can now replace it with rbenv-default-gem, but I think it would still be...
If I install 2.0.12, it breaks https://github.com/flavio/jump; 2.0.8 works fine, though. Here's an illustration of the problem (note that it's _undefined method_, not _wrong number of arguments_: ``` $ gem...
Exit should provide information as to why docopt raised it: for instance, exiting because of `--help` is a nominal scenario, while an illegal option should cause an exit with a...