Stéphane Erbrech
Stéphane Erbrech
Great, so... why was it not merged? :) Was it because it didn't use flaeg parsing? How do I pick this up?
Great, I'll pick this one up then :)
Plan : - Implement https://github.com/containous/flaeg/issues/40 - Pick https://github.com/containous/staert/pull/30 and finish it.
Found a workaround : Put the `export` statements in a `/etc/profile.d/script.sh` in the Dockerfile Not ideal, but it works Dockerfile : ```Dockerfile FROM quay.io/footloose/ubuntu18.04 RUN mkdir -p /etc/profile.d && echo...
My workaround, as well as setting it in `/etc/environment` is not enough in fact, as `ssh` doesn't run the profile so the env variables won't be there when you run...
You might want to test the behavior after the call to the DB, not the fact that the call was made. Unit tests are supposed to test one thing at...
"How can devs push commits without updates for tests?" I don't think this is a welcome way to answer a suggestion/contribution. I'm not asking how a dev can write so-called...
We would be very interested in this functionality as well. The use case is to have a native forwarding across namespace in case of blue-green deployment, or failover.
This is really painful to enable a monorepo global ruleset. we can't run golangci-lint from the root of the monorepo, so you have to pushd into the module directory, but...
@KEINOS I thought that the `./...` would already run it on `./_example/dir` and on `./_alt/dir2` since it runs it recursively on all folder below `.`