Andrii Kasian

Results 18 comments of Andrii Kasian

I test on version 1.10.6 of colinmollenhour/cache-backend-redis package On master, it will be https://github.com/colinmollenhour/credis/blob/master/Client.php#L991 line

So, can I fork it, rewrite and publish with my VendorName?

@ihor-sviziev Array items of DI configuration in the scope of the same area should be merged. It's a pretty important functionality for modularity and is used in multiple places, For...

@lbajsarowicz no, I think it unrelated issues

``` curl -vvv 'http://host.perf/?SPX_KEY=perf&SPX_UI_URI=/' -H 'Connection: keep-alive' -H 'Cache-Control: max-age=0' -H 'DNT: 1' -H 'Upgrade-Insecure-Requests: 1' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122...

Can be related to https://github.com/NoiseByNorthwest/php-spx/issues/114#issuecomment-600426937

I use this sample to install in my Dockerfile that based on official php image ``` RUN git clone https://github.com/NoiseByNorthwest/php-spx.git \ --depth 1 --single-branch --branch master /usr/src/php/ext/spx && \ docker-php-ext-install...

Our common recommendation is to not introduce infrastructure code in Magento if it possible. For example, if you use Kubernetes job, you don't need any code in Magento, you can...