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
5,467 contributions in the last year
Activity overview
Contributed to
Homebrew/homebrew-core,
Homebrew/linuxbrew-core,
alebcay/musescore-dl
and 5 other
repositories
Contribution activity
July 2020
- alebcay/leiningen Clojure
Created a pull request in Homebrew/homebrew-core that received 4 comments
- arb 2.18.1 (new formula)
- mariadb-connector-odbc 3.1.9
- libplctag 2.1.10
- cproto 4.7p
- simdjson 0.4.7 (new formula)
- rust 1.45.0
- [email protected] 5.7.31
- [email protected] 5.6.49
- mysql-client 8.0.21
- mysql 8.0.21
- dnsprobe 1.0.3 (new formula)
- naabu 1.1.4 (new formula)
- subfinder 2.3.6 (new formula)
- croaring 0.2.66 (new formula)
- rhash 1.4.0
- proguard 7.0.0
- passenger 6.0.6
- pgrouting 3.0.2
- velero 1.4.2
- nsd 4.3.2
- kubeaudit 0.9.0
- iozone 3.490
- hugo 0.74.0
- claws-mail 3.17.6
- stuntman 1.2.16
- Some pull requests not shown.
Created an issue in briandowns/spinner that received 2 comments
Spinner may not start/restart properly when stopped often
Consider the following basic program:
package main import ( "fmt" "time" "github.com/briandowns/spinner"
) func main() { mySpinner := spinner.New(s…
2
comments