Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
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
2,044 contributions in the last year
Contribution activity
November 2020
Created 30 commits in 6 repositories
Created 1 repository
Created a pull request in thechangelog/transcripts that received 2 comments
[GitHub's Go-powered CLI] Fix historical reference, unintelligible bits
I made a grammar mistake of saying “Chris, who's been kicked off the project” in the audio, when I meant “who kicked off the project”. I understand…
Opened 4 other pull requests in 4 repositories
Homebrew/homebrew-core
1
closed
cli/cli
1
merged
cli/safeexec
1
merged
github/hub
1
open
Reviewed 9 pull requests in 2 repositories
cli/cli 8 pull requests
- Fix typos
- #1190 - limit merge methods
- Add support for ssh_config Include directives
- Fetch and print all Issue labels
- Render links as absolute URLs in `repo view`
- Show MousetrapHelpText when double-clicking gh.exe
- Add Gentoo instructions to install the package
- Add support for GH_TOKEN and GH_ENTERPRISE_TOKEN
mislav/poignant-guide 1 pull request
Created an issue in github/codeql-go that received 1 comment
False positive for backspace character used in regexp
This line triggered a CodeQL warning in the cli/cli repo:
var placeholderRE = regexp.MustCompile(`\:(owner|repo|branch)\b`)
The warning says:
A re…