Benjamin E. Coe

Results 67 issues of Benjamin E. Coe

I would like to make two changes to to HTML reports, motivated by the implementation of test coverage in V8, moving us towards a common ground for reporting that makes...

enhancement
triaged
important

@bmeck has some amazing work close to landing that introduces ESM modules to node: https://github.com/nodejs/node/pull/14369 Our strategy for hooking require statements (using require.extensions) will no longer work for `.mjs` files...

enhancement
pinned

Are we happy enough with [codecove.io's coverage tracking](https://codecov.io/gh/nodejs/node) that we could consider redirecting `coverage.nodejs.org` to its results? The advantage being that our nightly coverage jobs have had a habit of...

It shouldn't be too hard to add some unit tests for our logic.

type: feature request

We should document the outputs set by manifest releases, e.g., `path--tag_name`, `releases_created`.

type: docs
priority: p3

_Should document "releases_created" which manifest releaser sets rather than "release_created"_

type: docs
priority: p3

The tests for PostgreSQL and for some versions of Hapi have been turned off, because they were not running on Node 14 and Node 15. They should either be removed...

type: process
api: cloudtrace

we have been finding that GitHub actions work quite well for most other Node.js repos, currently cloud-trace-nodejs is one of our few repos using CircleCI. Ideally I would like us...

type: process
api: cloudtrace

### Problem description A user in https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/231 is having trouble connecting to GCP APIs with with a proxy. They've shared a full version of their error log here: https://github.com/googleapis/nodejs-recaptcha-enterprise/files/6709916/recaptcha.error.txt I...

bug
requires reporter action
package: @grpc/grpc-js

**What version of this package are you using?** 7.0.0 **What operating system, Node.js, and npm version?** Windows (works fine on OSX/Linux). **What happened?** I receive an exception that the following...

bug
need more info