Jordan Harband
Jordan Harband
- Xenial can't connect to iojs.org (eg https://app.travis-ci.com/github/nvm-sh/nvm/builds/239205709) - Bionic fails to build a bunch of node versions (eg https://app.travis-ci.com/github/nvm-sh/nvm/jobs/541572426) We'll need to find a way to fix one of...
See https://github.com/benmosher/eslint-plugin-import/issues/1512#issuecomment-545590357
On https://github.com/nvm-sh/nvm/pull/2698, at a stage when every status check was green except for the Travis CI one, which was pending, I got this output: ```sh $ can-merge --remote=source --pr=2698 PR...
Let's make sure to add unit tests for each module, and fixtures for the Github API when needed.
When I run `can-merge -p 3133` on a repo where the PR does exist, but under a non-origin remote, I get this: ```sh $CAN_MERGE_PATH/node_modules/@octokit/graphql/dist-node/index.js:81 throw new GraphqlResponseError(requestOptions, headers, response.data); ^...
https://github.blog/changelog/2022-01-14-github-actions-prevent-github-actions-from-approving-pull-requests/
output ```sh $ can-merge --remote=source --watch && git push source && git push origin Waiting for all checks to complete ... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................$CAN_MERGE_REPO/node_modules/@octokit/graphql/dist-node/index.js:81 throw new GraphqlResponseError(requestOptions, headers, response.data); ^ GraphqlResponseError: Request...
I'd like to run a command that ensures that for all rules I have defined, I've defined every possible compatible schema option. For example, for the "indent" rule, http://eslint.org/docs/rules/indent points...
This ensures that the build process isn't forgotten. Additionally, it ensures that backports won't be mistakenly published as "latest", it cleans up the build output before recreating it, and it...
in node < 10, or 10.2+, the following code in the REPL shows a rejected promise. in node 10.0 and 10.1, however, the promise is forever pending. ```js var r,...