Stanislav Ilnytskyi
Stanislav Ilnytskyi
Faced the same issue with LF CRLF
@bmitchell-ldg yes. However, we verified what Magento writes to the cache and found a lot of swatches blocks cached per URL. Additionally, you can check the Redis config, I noticed...
I confirm I faced similar issue when using ``` Magento\Sales\Api\ShipOrderInterface ``` The plugin takes the `sourceCode` from the request instance. It would be nice to check is sourceCode already assigned...
@verheesj yes, but the problem is in its price renderer implementation
Faced similar issue in DI when wanted to add new items in different area https://github.com/magento/magento2/issues/34464
Have you tried this (info from docs) ? ``` But, on most PHP-FPM setups, you will have a permission issue preventing SPX to open a file under /proc/self directory. This...
@NoiseByNorthwest I a bit changed this feature. after search
@NoiseByNorthwest Thanks for review. I created new branch from latest master with all changes in one correctly signed commit. https://github.com/ilnytskyi/php-spx/commits/search_feature_fixed I think it can be merged instead of branch from...
closing this in favour of https://github.com/NoiseByNorthwest/php-spx/pull/202
It has different purpose than xDebug. As I described it is more an alternative for backfire with more detailed timelines, (when in blackfire timelines are part of paid subscription) it...