Christophe Coevoet
Christophe Coevoet
> * webpack@3 support with its `after-emit` hook is dropped note that the peerDependency already says `webpack >= 5.0` anyway
@michael-o I don't see how changing the version to 3.0 is relevant here. It would only make it harder by forcing plugins to add support for a new major version...
the spec has been updated and is available at https://drafts.csswg.org/css-values-5/#if-notation I updated examples: - simple condition: https://sass-lang.com/playground/#eJwzNExUqOZSUEiyUkguLtbNTNMoSyzS0NVNzs9LySzJzM/TtFJIyilN1VFIzSlOVbBSKEpN0bTmqgUA3LgRJA== - style condition: https://sass-lang.com/playground/#eJwzNExUqOZSUEiyUkguLtbNTNMoLqnMSdXQ1S1LLLJSSMvP11SwV0jKKU1VsFIoSk3RtOaqBQCRIQ9c?s=L2C19-L2C24 Chrome has announced an intent to ship this: https://groups.google.com/a/chromium.org/g/blink-dev/c/EOz7NK6Y0cE/m/VsZveC-fAwAJ
Chrome 137 has now shipped support for the if function.
Due to the dynamic nature of the form building API in symfony/form, the generic types added in the stubs in that plugin are flawed. see https://github.com/symfony/symfony/pull/40783#issuecomment-942470623 for the discussion on...
packagist.org is indeed not aware of self-hosted gitlab instances, as supporting them requires configuring the `gitlab-domains` setting in the composer config. Composer does not auto-detect that a domain is hosting...
The reason this was not done is because defining types as services is what does not actually work (DBAL does not support using instances of types that are instantiated externally,...
Well, as long as Type has a final constructor enforcing that it has no arguments, it makes it hard to use proper DI.
Changing this will impact the pretty formatter of Behat (which is currently looping over tags to re-add the prefix) and the TagFilter implementation (in Gherkin). The pretty formatter of Behat...
not working with generators (which can only be iterated once) is not the same than not working with traversable. I think only generators are broken.