Arnaud de Mouhy

Results 9 comments of Arnaud de Mouhy

I have the same problem: Using `#[ORM\Column(type: BasketballPositionType::class, nullable: false)]` as documentation says, it does not work. Using `#[ORM\Column(type: "BasketballPositionType", nullable: false)]` works. v9.0.3

This branch was made before the Docker 17.05 [multi-stage building system](https://docs.docker.com/engine/userguide/eng-image/multistage-build/) so it should be possible to do better now :) And for the certs, because I do not load...

Does returning the registration id in UNIQUSH_UPDATE_UNSUBSCRIBE response would be a good solution?

Same problem here with macOS 11.4 with a SD Card

More information : the error message appears and then we get back to the selection screen but the app is writing the medium in background (more than 1 file, more...

Exemple of work done by Hetzner Cloud https://github.com/hetznercloud/csi-driver/issues/374

So, my research, for now, have come to those findings: https://docs.docker.com/engine/extend/ https://github.com/moby/moby/blob/master/docs/cluster_volumes.md#creating-a-docker-csi-plugin ### Building the plugin for docker swarm ``` apt install golang-go git clone -b release-0.3 https://github.com/dehy/scaleway-csi.git cd scaleway-csi...

You can use a linux kernel "feature". No need for curl of wget In your healtcheck command `printf "GET / HTTP/1.1" > /dev/tcp/127.0.0.1/9191` returns 0 or 1 status code