Patrick Kubiak
Patrick Kubiak
Right now, update.js checks correctBuild before running, and upload.js checks uploadBuild. Would it make more sense to rename correctBuild to updateBuild and know that updateBuild is checked in update.js? This...
gitHelpers.getNumberOfCommitsOnBranch does not work on CircleCI. The refactoring of `gitHelpers.getNumberOfCommitsOnBranch` in https://github.com/greenkeeperio/greenkeeper-lockfile/pull/35 changed its output on CircleCI. Test: https://github.com/patkub/test-gk-lock-git-helpers/blob/master/index.js On a **greenkeeper** branch, both methods fail and return 0. CircleCI...
The phrase "integrate e^{x+2} from 1 to 6" works fine on wolframalpha.com, but not with the bot https://www.wolframalpha.com/input/?i=integrate+e%5E%7Bx%2B2%7D+from+1+to+6 ``` =wolf integrate e^{x+2} from 1 to 6 MathBot BOT Today at...
Sometimes when using node-steamapi, a network error will crash the entire node.js process: ``` events.js:292 throw er; // Unhandled 'error' event ^ Error: getaddrinfo ENOTFOUND api.steampowered.com at GetAddrInfoReqWrap.onlookup [as oncomplete]...
By submitting a PR to this repository, you agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). Please see the [contributing guidelines](https://github.com/auth0/.github/blob/master/CONTRIBUTING.md) for how to create and submit a...
### Description The [Configure the Deploy CLI](https://auth0.com/docs/deploy-monitor/deploy-cli-tool/configure-the-deploy-cli) page should talk about how to configure the Deploy CLI for free tier tenants. Something like the following could be added after the...