Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Developer Program Member
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 upPinned
2,118 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 1 repository
Created a pull request in aws-amplify/amplify-js that received 3 comments
feat: enable hub listening of token refresh & refresh failure events
Issue #, if available: #6352 A cleaner implementation to that of #6983 Description of changes: Hub.listen('auth', (data) => { switch (data.payload.e…
Opened 4 other pull requests in 3 repositories
aws-amplify/amplify-js
1
merged
1
open
harrysolovay/node-package-template
1
merged
aws-amplify/docs
1
merged
Reviewed 5 pull requests in 2 repositories
aws-amplify/docs 3 pull requests
aws-amplify/amplify-js 2 pull requests
Created an issue in TypeStrong/ts-node that received 12 comments
Feature Request: Accessing CLI-initialized Service
Desired Behavior I'm building a library, which is intended to be used within a ts-node process. I'd like to be able to access the register so that …