Marek Pritasil

Results 10 comments of Marek Pritasil

I found a sentence from the Docker blog to be quite confusing: 'Docker Compose Watch now automatically builds and starts all required services at launch. One command is all you...

Also wording on the command itself is misleading ```❯ docker compose watch --help Usage: docker compose watch [SERVICE...] Watch build context for service and rebuild/refresh containers when files are updated...

SIGPIPE Yeah, I was still on 1.1.0 on my dev machine, but on production we have 1.1.1 (I double checked now). I still have these errors in the logs on...

I will try to get a core dump if it will be helpful

No more SA_ONSTACK errors, but I still got heap corrupted error. I cannot replicate it on my dev machine. I will get the core dump from prod but since we...

If you are using php-amqp extension, you must install specific commit from master because there was no release since January. Or there is similar bug in another extension ``` RUN...

Also, the newly generated contract completely sucks. Why create a DTO for each request when you’re just passing an array into it? Maybe it would be better if an actual...

Why Docker CLI and Swarm stack commands do not support the latest Compose, despite it also being developed by Docker, is beyond me. I appreciate that someone has taken the...

> I think the main idea or goal of using the `ClockInterface` explained in the issue is to use it with dependency injection, allowing developers to mock it and make...