Highlights
- Arctic Code Vault Contributor
- 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 up
Popular repositories
1,494 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- owenthereal/website HTML
Created a pull request in golang/website that received 5 comments
internal/dl: Redirect sha256 checksum to https://dl.google.com/go
The download of a Go release redirects to https://dl.google.com/go but the download of the same release's sha256 checksum does not.
For example:
$ …
Created an issue in kubernetes/minikube that received 11 comments
docker driver: Add support for rootless
Steps to reproduce the issue:
I'm running rootless Docker on Fedora 32:
$ minikube start --driver docker --alsologtostderr -v=1
W1019 22:55:24.847…