Sergei Aleksandrovich

Results 268 comments of Sergei Aleksandrovich
trafficstars

Hey @bsboris! Fixed in the `latest` build

Hey @renchap! `mozjpeg` with the default param values produces the same result as `libjpeg-turbo`. Since OSS version of imgproxy does not allow redefining `mozjpeg` params, replacing `libjpeg-turbo` with `mozjpeg` doesn't...

Hey! Adding ppc64le support shouldn't be something very difficult, you just search through the scripts for `TARGET_ARCH` and add ppc64le support everywhere you found this variable. On the other hand,...

Hi Reynold, Can I ask you, where imgproxy built for ppc64le is going to be used? As I said before, support of additional CPU architecture doesn't end with adding it...

> Although I do understand your concern regarding build complications and would like to know which dependencies in particular concern you. That's the problem - I don't know. As I...

`./.overmind.sock` is a Unix socket used by Overmind to receive commands like `restart`, `connect`, etc. It's safe to remove it if you're sure that you don't have Overmind running. Otherwise...

Hey @ishbuldin! You can use any Docker tag you need, it's not hard-coded in the chart

Hey there, This definitely a bug of tmux not handling `SIGCHLD` properly. From the Overmind's point of view, the process is still running since Overmind can send signals to it....

Procfile is a very simple format that doesn't support health checks. Applications that use it can't determine the readiness of processes and thus can't make processes wait for their dependencies'...