Benjamin E. Coe

Results 67 issues of Benjamin E. Coe

For the Node.js version support policy I'm drafting, we need a command that creates a **legacy** dist-tag, based on the most recently published version of all of our libraries. We...

type: feature request

The [datastore-functions test](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/actions/runs/3012242172) is taking 6h to run, finishing with a failure. This is a contributing factor in us having a high usage # for GitHub Actions.

type: bug
priority: p2
api: compute
samples

The `instances with custom machine type tests` have been turned off due to flakiness. Rather than fixing integration tests, it would be worth investigating using mocking library (sinon or nock)...

priority: p2
type: process
api: compute

We should have a document that clearly explains how to use the library (or one of the submodules from the library) with webpack. @JustinBeckwith says: > For future tracking though...

type: docs

Because our `--all` functionality does not take into account multi-line comments, we end up with a fairly large discrepancy between `nyc` and `c8`'s `--all`, see: https://github.com/googleapis/nodejs-asset/pull/236 I wonder if we...

enhancement

We've had a few requests for yaml and .js configuration files: https://github.com/bcoe/c8/issues/425 https://github.com/bcoe/c8/issues/420 --- One issue with .yaml is that the available yaml parsers are massive, 10x the size of...

help wanted
feature-request

## Observed Behavior The following code: ```js async function abc() { try { return 'abc'; } finally { console.log('in finally'); } // this is a covered line but uncovered branch...

bug
v8
p2

Recent changes (https://github.com/istanbuljs/v8-to-istanbul/pull/173) are causing issues for Node 10 tests. Specifically, it's causing branches to no longer be marked as covered in the following code: ```js #!/usr/bin/env node 'use strict'...

bug
p1

I am having trouble getting ignore rules to work with 1:many source maps. CC: @MoLow

bug

So that there's no lost information in the parse tree, we should create `` and `` tokens for spacing characters that fall outside of `` nodes.

enhancement