Christophe Coevoet
Christophe Coevoet
ObjectComparator has an inheritance-based extension point through its protected `toArray` method, which is a handy way of ignoring some properties when comparing objects (when that property is storing a cache...
I tested this using the page at https://adrianroselli.com/2025/10/talkin-tables-at-a11yto-conf.html which embeds a PDF in an iframe (after clicking the `Display PDF` link, as the initial state of the iframe is not...
As I'm not using that library myself anymore (I have completed the migration to `symfony/mailer` years ago), I have no interest in continuing maintenance of the stampie packages. Looking at...
### Bug report Sealing a non-abstract class removes _some_ benefits of the sealing (we cannot do exhaustive checks on child classes to cover all cases), but it is still a...
The service definitions are detected as usages of the class currently. It would be great if refactorings could handle service definitions too
The CI workflows configures the minimum-stability for this job: https://github.com/symfony/panther/blob/bc606efbca9b3189df90e52d10d655e2e52747d7/.github/workflows/ci.yml#L90 However, the committed composer.json already allows this stability while using `prefer-stable: true`: https://github.com/symfony/panther/blob/bc606efbca9b3189df90e52d10d655e2e52747d7/composer.json#L45-L46 a consequence of that setup is that...
`symfony/options-resolver` supports defining smart defaults that depend on the value of other options. This works by defining a default value using a Closure that has a first argument using `Symfony\Component\OptionsResolver\Options`...
Sometimes (for advanced cases), it is useful to execute validation of other constraints in the implementation of a ConstraintValidator. The supported way of doing that in `symfony/validator` is to use...
### What type of issue is this? Missing compatibility data ### What information was incorrect, unhelpful, or incomplete? There is a new color space `display-p3-linear` available for the `` type:...
### What type of issue is this? Missing compatibility data ### What information was incorrect, unhelpful, or incomplete? The CSS working group changed the spec to take transforms into account...