Tierney Cyren
Tierney Cyren
Currently, if a user runs too many searches they hit a rate limit. It would be awesome if we could pretty print a message about this rather than logging the...
I've gotten this a couple times recently. If anyone wants to tackle, feel free ❤️ ``` $ good-first-issue ? Choose a project: debugger.html (node:89426) UnhandledPromiseRejectionWarning: HttpError: Validation Failed at /Users/cyren/GitHub/good-first-issue/node_modules/@octokit/request/dist-node/index.js:66:23...
Just tried validating #122 again and got a very different kind of error: ``` $ good-first-issue debugger.html RequestError [HttpError]: Validation Failed at /Users/cyren/GitHub/good-first-issue/node_modules/@octokit/request/dist-node/index.js:66:23 at processTicksAndRejections (internal/process/task_queues.js:85:5) at async search (/Users/cyren/GitHub/good-first-issue/lib/search.js:18:20)...
From https://github.com/cutenode/good-first-issue/pull/80#discussion_r239506631: > If at this point we were to intercept an empty string literal from the response header rather than the results of a list, and this string literal...
In testing https://github.com/bnb/good-first-issue/pull/57, I noticed that 5 of the first 7 runs of the `good-first-issue feeling-lucky` command were all repos with only a few issues and two of them were...
When testing to make sure nothing breaks, I semi-often get rate-limited by GitHub. This is because there are (IIRC) 50 queries accepted before 1-hour rate limiting kicks in. Obviously this...
If pairing with someone on stream, it would be incredible if they could also see what lines are being highlighted
Currently the [npm package](https://github.com/nodejs/i18n/blob/master/guides/NPM_PACKAGE.md) instructions require installation from GitHub. I'd like to see this module published to GitHub within the Node.js scope. Given the repo name and the module purpose,...
We have quite a few old localization repos that, quite frankly, we've not maintained a strong relationship with. They've come up in organization management conversations over the past ~5 years,...
For https://github.com/nodejs/.github/pull/1 to be able to actually be run, it will need a PAT from an account that is an admin of both organizations - meaning, nodejs/ and pkgjs/. My...