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 upPinned
3,175 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 25 commits in 4 repositories
Created a pull request in cdr/code-server that received 2 comments
media: Improve icon size
See #2383 (comment) On the left is the new icon, right is the old one. Dock icon looks the same but is slightly larger. Thanks for reporting @rea…
Opened 8 other pull requests in 3 repositories
cdr/code-server
1
open
5
merged
golang/go
1
open
Homebrew/homebrew-core
1
closed
Reviewed 6 pull requests in 2 repositories
cdr/code-server 4 pull requests
neovim/neovim 2 pull requests
Created an issue in neovim/neovim that received 9 comments
Add <count1> to properly check if a command count was set and isn't just the default
See #13417
Looks like we don't have a <count1> for <count> like we have v:count1 for v:count. The count1 variable helps to check if a count was act…