Benjamin E. Coe
Benjamin E. Coe
@byCedric says: Looks awesome! I'll test run it this weekend too. One thing that could help during development/debugging is adding `debug` messages. With that, the code path should be visible....
As discussed [here](https://github.com/googleapis/nodejs-tasks/issues/140), I see no reason why we shouldn't populate a types field in our package.json, if it helps the detection of types in some environments. If we move...
Once google-gax is migrated to using the `main` branch, references to documentation in the gax repository, created during code generation, will need to be updated to reference the `main` branch....
@bshaffer thinks that it would be better if we had our certificate loading helper in google-auth-library-nodejs, rather than in gax. I like the idea for this refactor, because it would...
Errors like `RESOURCE_EXHAUSTED` to not provide contextual information about where the exception occurs in a user's application: ``` Error: 8 RESOURCE_EXHAUSTED: Bandwidth exhausted at Object.callErrorFromStatus (/root/repo/node_modules/@grpc/grpc-js/build/src/call.js:30:26) at Http2CallStream. (/root/repo/node_modules/@grpc/grpc-js/build/src/client.js:96:33) at...
In `v3` of the translate API, we are requiring that folks generate a full parent path when interacting with the API: ``` parent: `projects/${projectId}/locations/${location}`, ``` This is fairly unwieldy, and...
I don't know much about Webpack, but I would love to have a section on the new Istanbul website that helps walk beginners through the process of setting up their...
see: https://github.com/speedskater/babel-plugin-rewire#istanbul It causes a [fairly hard to diagnose bug](https://github.com/istanbuljs/istanbuljs/issues/28) if these plugins are used in the wrong order, it would probably be worth adding a brief tutorial on this...
I would love to document the usage of browserify-istanbul with Istanbul/nyc. CC: @alexindigo, @devongovettl, @alexjeffburke.
I would love help pulling together a tutorial, regarding adding test-coverage to ES6 projects using nyc, babel-plugin-istanbul, etc. I've added this section waiting to be filled in: http://istanbul.js.org/2016/08/02/es6.html @insin, @graingert,...