Gert van den Buijs
Gert van den Buijs
When useing postcss as a css processor, it is possible and good practice to name your file .pcss. I guess from first sight this would would be relatively easy to...
Some packages are not compatible with composer 1 or 2. I can do a composer self-update --2 inside the container after it starts but this could lead to another developer...
# Feature Request When rector is run on a directory with bad/legacy code in it, it will sometimes crash due to issue in the code. For example : `Fatal error:...
PDOException can return an int|mixed. This code is directly passed to InvalidArgumentException which requires 'code' to be an int. So this will crash in php 8.1 en therefor not show...
The autoloader doesn't work when the vendor-dir is set to a different dir in the composer.json file. I keep getting : "You must set up the project dependencies, run the...
Is it possible to add the xdiff extentsion ?
Not quite sure what is causing this, but to make our setup work on apple with M1 chip we needed to enable rosetta else our mssql container (mcr.microsoft.com/mssql/server:2019-latest) did not...