Rene Zbinden
Rene Zbinden
Hi I like your Logger, but what I do not understand is, why you didn't put an os.exit(1) when logging Fatal like the standard go logger? Maybe it would also...
Delta is the best terminal diff viewer I ever used. Now it would be great, if I could use it as merge tool. I know that is a huge request...
Would a pull request accepted that adds [prometheus](https://prometheus.io/) support? I was thinking of something that returns: ``` # HELP healthcheck_failed A counter that shows number of failed checks. # TYPE...
We use an on premise registry (artifactory), with certificates signed by our private authority. When we try to run version-checker, we get `certificate signed by unknown authority` errors: ``` time="2021-01-18T12:48:29Z"...
For the ssh client it is possible to define a connection timeout . Would be great if slex supported this. From the man page: ``` ConnectTimeout Specifies the timeout (in...
Most tools allow username and group impersonating like `kubectl` does. ``` --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation ``` Would be...
**Is your feature request related to a problem? Please describe.** [Grafana Loki](https://grafana.com/oss/loki/) is a log aggregation system inspired by Prometheus. It does not index the contents of the logs, but...
**Describe the bug** Our go tests run in docker containers via gitlab runners. In order that this works the docker socket is mapped inside the container. Everythink works (container starts),...