Jordi Boggiano
Jordi Boggiano
Feel free to PR. In the meantime maybe you can do `composer reinstall '*plugin'` hopefully they have a common suffix or something you can use? Worst case it reinstalls a...
Yeah that shouldn't be very hard but indeed a good addition. However this is a super fringe feature so if nobody sends a PR I doubt it'll get done.
Yeah not much we can do here until upstream provides us with a good way to detect this.. We can add hacks over hacks and add the `buildkit` detection if...
Well we need to detect WSL and make it behave as if it was windows by default so that if you run `cmd.exe` or whatever you have the .bat files...
This is IMO way less beneficial in Composer than in npm because we have typically less dependencies and they are also not recursively installed so you don't get many times...
Yeah I can see it might have some benefit for some projects, magento is definitely on the larger side of project sizes.. I'm seeing a 50-300MiB range here on projects...
@matzeeable you could also not cache vendor and instead cache `~/.cache/composer` so you have the archives in there ready to unpack which should make the install very fast and deduplicate...
Yeah given zstd isn't supported by github and isn't shipping by default with PHP this isn't really urgent IMO, but would be nice for sure as it does seem to...
Yes a PR for the docs would be great. I'd add these to 03-cli and ref them in the `init` docs as it is really specific to that command.
I also don't think it's worth having a --strict, given that the scope might change over time, it's best to have specific flags. Perhaps `--classmap-strict` would be good/short enough?