Daniel Morandini
Daniel Morandini
### Steps to reproduce Create a new reuse project under git. Add a git submodule which is compliant with the reuse specification, but covers some files with debian's dep5 mechanism....
Close #26. I'm doing graceful shutdowns by wrapping the RTMP server and adding context to the `ListenAndServe` function ``` go func (s *Server) ListenAndServe(ctx context.Context) error { go func() {
Is there any interest in adding OTP support in passage? I would be interested in knowing how you @FiloSottile suggest to deal with that, I used the pass-otp extension.
I did a bisect, and the first bad commit is 3e551c0bda2a1c47f88f178fa3a79ea2c80d15ed. I'll check later if I can fix it, in the meanwhile I'm opening the issue for reference.
I end up here I just forked, cloned and run `go test` a couple of times. It looks like a message got logged after the test function returned. ``` styx...
### Description Traefik is not being updated anymore. These are the relevant logs ``` if [[ ${KUBERNETES_SERVICE_HOST} =~ .*:.* ]]; then echo "KUBERNETES_SERVICE_HOST is using IPv6" CHART="${CHART//%\{KUBERNETES_API\}%/[${KUBERNETES_SERVICE_HOST}]:${KUBERNETES_SERVICE_PORT}}" else CHART="${CHART//%\{KUBERNETES_API\}%/${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}}" fi...
`source.Interface` ``metrics'' field is protected by a sync.Mutex, and I think that we could remove it.
Make `booster` be helpful for gamers that suffer of high Jiffer/Lag. As soon as games mostly work using UDP, we **have to** either implement UPD Associate handler in our proxy...
While [goreleaser](https://goreleaser.com) proved itself as a very effective tool for building github releases, it lacks in flexibility when there is the need to provide a snapcraft package. The idea is...
Make `booster` solve the use case were ADSL provided is not fast (or reliable) enough to cope with our network traffic. `booster` already shows benefits (as shown by the speedtests...