Highlights
- Arctic Code Vault Contributor
- Pro
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
338 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 4 commits in 3 repositories
Created a pull request in pulumi/pulumi that received 1 comment
Properly resize arrays when adding
The current logic attempts to update the array but, because append may need to allocate a new array with adequate space, the code can currently lea…