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
169 contributions in the last year
Contribution activity
June - July 2020
tymonx has no activity
yet for this period.
May 2020
- tymonx/go-logger Go
- tymonx/docker-go Shell
- tymonx/go-color Go
- tymonx/revive Go
Created a pull request in mgechev/revive that received 1 comment
feat(color): added support for the REVIVE_FORCE_COLOR=1 environment variable
It forces colorizing for no TTY environments. Tested: TERM=dumb REVIVE_FORCE_COLOR=1 revive -formatter friendly ./... Closes #418
+42
−14
•
1
comment
Created an issue in mgechev/revive that received 2 comments
No colors output for non TTY environment like for example GitLab CI
Describe the bug
No colors output for non TTY environment like for example GitLab CI. The kyoh86/richgo tool have the same issue but it provides the …
2
comments