Kévin DUBUC
Kévin DUBUC
Hey, just a bump to this release request ! Thanks for your good work !
+1 for me 😕
Exactly, good point. So, ProcessManager constructor will have one ```(array) context``` option (CLI too with a --context arg), which will be used by ```Server``` bootstraping. If maintainers are okay, I...
Hum, i'm not sure I am responsible for the failed tests. It seems Symfony 5 enforce execute returns only integers, and not null on commands.
Yeah, I forgot to manage PHP 7.1. I added a condition to polyfill (sort of) when JSON_THROW_ON_ERROR is not defined. But I keep having some bugs with return value of...
I updated my PR with your changes 😉
Any news on this ? @marcj ?
Yes, I just need some free times but I will work on this PR ;)
Thanks for your replies. > Hi how did you decide to use of-watchdog for this? > > We already have an official PHP template with the classic watchdog that achieves...
With ```buildx bake``` I can build image from a compose file (see https://docs.docker.com/build/customize/bake/compose-file) : ```yaml # docker-compose.yml services: service_name: build: context: . x-bake: contexts: context1: path context2: path ``` And...