Benjamin E. Coe

Results 67 issues of Benjamin E. Coe

## Problem We've gotten into the habit of using a few custom events in our bot infrastructure ([you can see the approach in action here](https://github.com/googleapis/repo-automation-bots/pull/963)). The latest version of `probot`...

Type: Support
Status: Blocked

When we adopt new Node.js versions (in this case `node: >12` in engines, ~April 2022), it would be neat to write a blog post for our library users regarding the...

type: docs
eol

see: https://github.com/googleapis/nodejs-vision/issues/439 In a variety of places I believe the string representation of proto enums is used, e.g., `LIKELY`, `VERY_LIKELY`, in the vision API, however, the docs indicate an integer...

type: process

Tracking issue for: https://github.com/googleapis/google-auth-library-nodejs/pull/1431

type: feature request
priority: p3

The LRU dependency API surface has changed signficnatly between v6 and v7, is it worth migrating to a new version or should we try to implement similar behavior ourselves? https://github.com/googleapis/google-auth-library-nodejs/pull/1359

type: process
priority: p2

- You can now pass an API object into the sandbox. - Terminating on drain is bad for async scripts.

I noticed when switching yargs to use gts for linting, that variables inside an interface are flagged as unused by `no-unused-vars`: ``` export interface YargsInstance { $0: string; argv: Arguments;...

type: bug
priority: p3

It would be nice to have `no-extraneous-require` behavior optionally enabled, or to at least have documentation on how we could turn this safety feature on for libraries. I've been having...

type: feature request

I've had a couple issues opened on `babel-plugin-istanbul` related to incompatibility with `babel-plugin-rewire`; In a debugging session today, I finally figured out what was happening. When both plugins are used...

sometimes `functions` and `fnMap` do not contain the same keys, let's dig into the relationship between these two data structures. https://github.com/istanbuljs/istanbuljs/pull/253 CC: @Kosta-Github

bug
help wanted