Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
18,121 contributions in the last year
Activity overview
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 8 repositories not shown
Created a pull request in netlify/netlify-plugin-edge-handlers that received 4 comments
- Fix printing `undefined` in debug mode
- Improve error handling of deploy core plugin
- Add `update-notifier` to `renovate.json5`
- Upgrade Node.js version in CI
- Fix publish directory bug with the deploy core plugin
- Fix deploy timeout
- Remove unnecessary `return` statements
- Small internal variable name fix
- Fix internal variable case
- Rename `package` internal variable to `packageName`
- Use standard JavaScript
- Lint Lodash and Underscore
- Fix `onSuccess`/`onEnd` error statuses
- Tweak lingering processes detection
- Split file into smaller files
- Fix plugin status
- Fix lingering processes warning
- chore(deps): lock file maintenance
- fix(deps): update dependency netlify to v4.6.0
- fix(deps): update dependency @bugsnag/js to v7.4.0
- chore(deps): update dependency yarn to v1.22.10
- chore(deps): update dependency sinon to v9.1.0
- fix(deps): update dependency update-notifier to v4.1.3
- fix(deps): update dependency uuid to v8.3.1
- Use standard JavaScript
- Fix internal variable case
- Rename `package` internal variable to `packageName`
Created an issue in netlify/build that received 7 comments
Wrong publish directory
When publishing and the publish directory does not exist, we currently report it as a system error of the Deploy core plugin, instead of a user error.

