Matúš Koterba

Results 14 comments of Matúš Koterba

Same for me `Error: xdebug.coverage_enable=On has to be set in php.ini` Using `7.4` version

Im using it like this, and it works just fine. ```js const options = { authconfig: { username: USERNAME, password: PASSWORD, } } Dockerode.pull("my.registry/nginx:latest", options, (error, stream) => ...) ```...

Hey @LKaemmerling this issue seems to be resolved

Hey @LKaemmerling this issue seems to be resolved.

> This means that your maven repository Problem is, I am not building it, Jitpack is building it, I guess I will try to contact Jitpack, maybe they will come...

That would be great, I will try to find public maven repository, what could be used.

@Qveshn Found this one https://oss.sonatype.org/ from this article https://medium.com/@scottyab/how-to-publish-your-open-source-library-to-maven-central-5178d9579c5 , maybe that would work

Hey, I will try to test this ASAP

IMHO, this issue is not related to Octane or Laravel, but rather to the deployment strategy itself. I would recommend using containers to minimize downtime, especially considering how the underlying...

Blue-green is one of many strategies you can choose — but that doesn’t mean you have to. I’ve been using basic rolling updates for a while, which also provide true...