Christophe Coevoet

Results 2813 comments of Christophe Coevoet

The PHP implementation of Tag Expressions will soon be available upstream: https://github.com/cucumber/tag-expressions/pull/194

it is available: https://packagist.org/packages/cucumber/tag-expressions

I put a big -1 for that. The domain is closely tied to translation keys (it is effectively a namespace for keys). Making the translator default to using a domain...

> This change would allow us to do so effectively, without needing to remember constantly in which domain we're working while writing code, we only need to worry about it...

I thin the token tab is more useful as default tab when it is enabled, as the firewall tab describes the config of the project, not per-request information.

The issue is that the JSON schema requires `homepage` to be a URL. Looking at the regex used by the PHP library used by composer to validate the `uri` format,...

should pseudo classes also be deprecated in the target ? A `:hover` selector is semantically equivalent to `*:hover`, which is then forbidden as target (as this is a compound selector,...

The existing `--future-deprecations` flag turns deprecations into errors. This works fine for cases where the future behavior of a deprecation is to become an error. But it does not produce...

The suggested JsonCrawlerInterface looks weird to me. Using it means you will have a property in your class holding a JsonCrawlerInterface on which you should never call the `find()` method...