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,011 contributions in the last year
Contribution activity
November 2020
Created 7 commits in 3 repositories
Opened 2 pull requests in 2 repositories
cli/safeexec
1
merged
github/hub
1
open
Reviewed 3 pull requests in 2 repositories
cli/cli 2 pull requests
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…