Eddy Reyes

Results 10 issues of Eddy Reyes

I'm new to ANTLR and I've been having fun all night with the new Go target, thanks for that! I've been perusing some of the Go source trying to learn...

type:improvement
comp:doc
target:go

``` python def _authenticate(self, params, headers): """ Method that simply adjusts authentication credentials for the request. `params` is the querystring of the request. `headers` is the header of the request....

The comment at the top of firebase/firebase_token_generator.py : ``` ############################################################################## # THE ENTIRE CODE HAS BEEN TAKEN FROM THE OFFICIAL FIREBASE GITHUB # # REPOSITORY NAMED `firebase-token-generator-python` WITH SLIGHT #...

Currently Watch accepts a stop channel and returns an event channel. I'd like to make a simpler API that emulates bufio.Scanner. This should wrap the existing implementation to preserve binary...

enhancement

I have a whole mocking framework I've implemented to help me override the `api` parameter to NewClient() and specify expected sequences of Firebase calls and/or SSE events in a test...

Firebase query parameters are quite static, and can be represented as fields in a struct. This would be preferred over the current params map, since it would remove the possibility...

Instructions are here: http://www.oz9aec.net/index.php/gstreamer/487-using-the-logitech-c920-webcam-with-gstreamer-12 This would allow me to remove capture.c altogether.

This would eliminate the need for the hardcoded IP address in constants.py

Needs an upstart job, and perhaps a deb package.

Needs a proper setup.py