Christophe Coevoet

Results 2813 comments of Christophe Coevoet

If we (i.e. I) manage to do that before the 2.0 release, it could allow us to directly ship the new PHP API for `SassColor` without the deprecated methods.

@ostrolucky isn't this a conflict rule forbidding *old* verisons of Twig ?

`symfony/type-info` is intentionally allowing a wide range of versions for `phpstan/phpdoc-parser` to avoid dependency hells (if we were forbidding version 1.x entirely, it could cause the component to be incompatible...

Originally submitted as https://github.com/dart-lang/source_span/pull/116

Is there any chance to get a review on this PR ? I should be quite simple. /cc @devoncarew Looks like the hope in https://github.com/dart-archive/source_span/pull/116#issuecomment-2535556896 did not work to avoid...

Symfony 7.4 will have built-in support for Frankenphp in `symfony/runtime`, so this demo shouldn't require any change to be compatible with the worker mode of frankenphp (assuming it does not...

This will apply to all CSS functions, as per the clarification which has been provided.

https://github.com/w3c/csswg-drafts/issues/9539#issuecomment-2377487819 has reversed that resolution, choosing to use `{}` wrapping for comma-separated values instead (should Sass treat those as a new kind of bracketed lists ?) However, it looks like...

updating the dev dependency only won't add support for users of Encore, as it is ignored outside the root package. You need to widen the peer dependency constraint.

Note that even if the IDE decides to take the `.d.ts` file as the autocompletion source, all the explanations written in the JSDoc are preserved, as `tsc` will copy the...