Pieter Hoste

Results 351 comments of Pieter Hoste

This will be very controversial, but the only reasonable way to fix static test failures for a coding-standard that's full of bugs with those less files, is just to ignore...

@andrewbess: it's not needed to add extra parentheses in those lines you mentioned. Mathemetics in less follows the same principles as normal mathematics, in that divisions have a higher priority...

@Tomasito665: out of curiosity, have you already tried the indexer config setting `use_application_lock`? See the [documentation](https://developer.adobe.com/commerce/php/development/components/indexing/#using-application-lock-mode-for-reindex-processes) describing it. Basically: - without the setting, it will use the database to keep...

Somebody on [Slack](https://magentocommeng.slack.com/archives/C8CBB6K9V/p1711044178343089) recently asked the same question and after a while he came back with this reply he got from Cloud support: > I just got an answer from...

It probably does not make sense to run tests for this PR, not sure if there are automated tests that use Varnish? But let me trigger it just once ......

This PR will have some conflicts once https://github.com/magento/magento2/pull/38052 and https://github.com/magento/magento2/pull/36796 get approved and merged, but let's see which one will make it first (probably none of the 3 ones, if...

@engcom-Echo: it sounds like you only tested 3 out of the 4 cases. You forgot to test: - Test if a response which contains header `Cache-Control: private` and HTTP status...