Wes Widner
Wes Widner
- Add code to setup.py to check for the PIL package onthe user's system. If it is not found install either Pillow or PIL - Change the imports in binvis...
* Split search words by a comma to allow user to specify multiple search words in a single pass * Add an output mode that mutes selected words Muting is...
This fixes a vulnerability in this library that is showing up in vulnerability scans on dependencies in other projects I work on. The fix is simple, update the go builder...
I modified jsonselect to have the ability to return matched paths instead of just the values as part of a project I'm working on. Is this something that could be...
I'm getting an error from the cgo bindings when I try to run `make install` ``` $ make c-for-go -maxmem 0x1fffffff pocketsphinx.yml processing pocketsphinx.yml done. $ make install cd pocketsphinx...
**Client** e.g. spanner **Expected behavior** I should be able to parse any statement using spansql.ParseDDL without error **Actual behavior** spansql.ParseDDL using an unsupported array function results in the error got...
When I try to run the acd command line utility it appears to fail when trying to parse the config json. Can you provide an example of what that file...
When I try to run the passthrough example on my macbook I get the following: ``` ± go run passthrough.go # github.com/xthexder/go-jack Undefined symbols for architecture x86_64: "_jack_activate", referenced from:...