Peter

Results 13 comments of Peter

I tried this : ``` php 'form_type' => function(FormFlowInterface $flow) { return $flow->getFormData()->getType(); } ``` but it doesn't like having a closure, same goes with ``` php 'form_type' => $this->getFormData()->getType()...

What about with `/* Bla bla|` ? To follow the syntax with line comment

Hum, yeah good point. There is no multi-line with `//` ?

Hum, yeah didn't know that :). But your trigger idea is fine, maybe change `/**` to `/*` to avoid mixing up with element documentation?

Adding to that PR, I've been pulling my hair for a while now with #2970. Had the container set up as a sidecar but it just wouldn't work but somehow...

~~@mglazenborg well I'll be damned, I just tried with `:latest` as well and now everything is working. :tada:~~ ~~sidecar vpn in the pod is all good and other container are...

@mglazenborg Are you also using gluetun as a sidecar or a normal container in a pod ? --- After some more digging I can see the same result as @mglazenborg...

> Since both containers share the same network namespace the DNS queries will always go the the DNS resolver running in the gluetun container. If this isn't working I'd almost...

> > With the `pr-2988` tag the DNS is set to `1.1.1.1` in `/etc/resolv.conf` but this same dns appears to be set in the other container in the pod too....

Wonder if it might be because of that ? https://github.com/qdm12/gluetun/blob/30609b6fe93a69ae694c62f1b02dd09e72f63eaa/internal/configuration/settings/updater.go#L101