Benjamin E. Coe

Results 551 comments of Benjamin E. Coe

@armano2 I cannot reproduce this issue, `c8` itself has a `.nycrc` file that outputs `html` and `text` reports, and it works as expected: ``` "reporter": [ "html", "text" ], ```

@iarna no pressure, I'm happy to keep floating the implementation @fasterthanlime has provided in releae-please, if we need to.

CC: @leahecole, this may be adjacent to the retry work you're doing.

@secmohammed thank you for the investigation. I'm assigning this to @alexander-fenster, who's the subject matter expert in gax. I think what might be happening is the retry logic attempts retrying...

@MarkDuckworth if you could share a one pager that describes what the interface would look like in `gax-nodejs`, and a consuming library like `nodejs-firestore`, we'd happily take this contribution.

@bdgscotland this is awesome, It's been a while since I've deployed a new nagios server at npm -- we spun it up once and haven't had to touch it, but...

Hey @curvedental, If you have the time perhaps you could take a stab at making things backwards compatible. We use this role for dozens of hosts at npm, and having...

@matteofigus to mitigate an ongoing DDoS we were seeing on the download API, we recently had to cap the # of days returned in a single range query to 18...

@ryzokuken awesome, thank you for doing this (I'm excited to see if it fixes some of the issues I was seeing around instrumenting internal modules for coverage). I will get...

@joyeecheung @ryzokuken I believe internal modules no longer have a wrapper prefix? is this work still needed? Seems like the important issue is https://github.com/nodejs/node/pull/21573