Daniel Morandini

Results 20 issues of 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....

bug

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...

bug

`source.Interface` ``metrics'' field is protected by a sync.Mutex, and I think that we could remove it.

enhancement

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...

enhancement
help wanted

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...

enhancement

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...

enhancement