Pieter Hoste
Pieter Hoste
Hi guys I'm currently patching some M1 shops with the [security patch SUPEE-11086](https://magento.com/security/patches/supee-11086). I always write some custom script to see if any of the fixes done in a security...
Hi there Thank you very much for this wonderful composer plugin, very happy with it so far! I've noticed with the `forward-command` config, that only `composer install` and `composer update`...
…eady, this fixes generating correct css again after the upgrade to less.js v4 in AC-8098 & AC-9713. ### Description (*) No proper description yet, this PR comes from discussion in...
…lso fixes some whitespace inconsistencies. ### Description (*) https://github.com/magento/magento2/pull/28927 accidentally added a bug, where it allows any response that doesn't have a 200 or 404 status code to become cached....
### Preconditions (*) 1. Magento 2.3.7 or 2.4.4. or any recent version ### Steps to reproduce (*) 1. Use a clean Magento installation 2. Setup at least 2 storeviews 3....
Hi there My `composer.json` contains: ```json "config": { "allow-plugins": { "a/a": true, "z/z": true }, "sort-packages": true }, ``` When I install package `b/b`and that package contains a composer plugin,...
### Preconditions 1. Have a class like this: ```php
### Preconditions 1. Have a file `test1.less` like this: ```less & when (@media-common = true) { .lib-icon-font( @icon-camera__content, @_icon-font: @icons-admin__font-name, @_icon-font-size: @image-gallery-placeholder-icon__size, @_icon-font-color: @image-gallery-placeholder-icon__color, @_icon-font-text-hide: true ); } ``` 2....
### Preconditions and environment - Magento version 2.4-develop - PHP 8.3 ### Steps to reproduce 1. Clone magento repo with 2.4-develop branch. 2. Also setup the dev versions of the...
…s no longer defined for each locale. If that's the case fall back to AmPmMarkersAbbr and if that one doesn't exist, fallback to null. This fixes a second problem where...