Christophe Coevoet
Christophe Coevoet
The package list should be easily filterable by package type (to exclude Sf2 bundles if you don't use Sf2 for instance) and by tags (probably allowing to select several tags)
Yarn has a new installation mode called PnP, meant at deduplicating packages as much as possible on disk. The culprit of this mode is that each package can only require...
When enabling sourcemaps, Encore currently takes full control over *which* sourcemap config is set in webpack. While this provides a good default regarding prod vs dev, webpack supports multiple values...
These are the type improvements coming from my investigation in #816 (and then pushed until the end rather than stopping at a few methods for the experiment)
The latest release (5.1.3) is from March 2020. There are a bunch of fixes done in master (and maybe also some new features) since then. Do you have any ETA...
It would be great if Matter could be published in the npm registry, so that we could also install it using the package manager rather than downloading it manually to...
https://material.io/design/color/text-legibility.html#text-backgrounds has multiple sections showing different opacities for the different categories of texts, but they are inconsistent in most of them: - the text talks about 100% opacity - the...
When an included template has a dynamic parent and the computed parent name is invalid, the error gets reported with the location of the `include` tag rather than the location...
See the fiddle at https://twigfiddle.com/hmgy4z The template name and the line are reported as part of the message, not as part of the exception location, as done for most other...
The website still lists PHPUnit 9 as being supported until February 2020 on https://phpunit.de/supported-versions.html, based on the rule of ending 2 years after its initial release. However, that rule was...