Pinned repositories
612 contributions in the last year
Contribution activity
August 2017
Created a pull request in GoogleCloudPlatform/golang-samples
that received 1
comment
logging/stdlogging: use a package-level var for logger
Use a package-level variable for a logger, and set up the logger in init.
Show that closing the logger at the end of the program (end of main() is …
Created an issue in GoogleCloudPlatform/nodejs-docs-samples
that received 1
comment
speech: improve error handling
Steps to reproduce:
$ cd nodejs-docs-samples/speech
$ node recognize.js sync recognize.js
ERROR: [TypeError: Cannot read property 'alternatives' of…