Christophe Coevoet

Results 449 issues of Christophe Coevoet

The clickjacking protection supports applying a different configuration for different paths. It would be great if CSP could do it as well. See https://github.blog/2016-04-12-githubs-csp-journey/#connect-src which describes a use case that...

See https://scotthelme.co.uk/a-new-security-header-feature-policy/ for an introduction to this header

https://www.w3.org/TR/2021/WD-css-values-4-20211216/#interpolate This uses a special function notation using `;` as separator, because start and end values might use commas themselves. This means it will probably require a special parsing in...

CSS compatibility
awaiting browser support

Currently, built-in modules and userland modules have a big difference (which is not clearly explained in the doc IMO): in userland modules, any exported variable is writable by downstream modules,...

enhancement
under consideration

the toggle uses `▶` as markup. This does not make it a focusable element. This should probably use a `` markup instead.

bug

When running with `--probe-todo --interactive`, the interactive prompt does not allow marking the test as not a todo.

enhancement

Now that [libsass is deprecated](https://sass-lang.com/blog/libsass-is-deprecated), what are the plans for this project ? Should it be marked as deprecated as well ?

It looks like you have copied the rules written for a Symfony project, while this is a CLI project

The extractor you wrote misses lots of features of the Symfony Twig bridge: - it does not support the ``trans_choice`` tag - it does not support the ``trans_default_domain`` tag Symfony...

Currently, the rendering of the table visualization uses the `Gotham Rounded SSm A` custom font (as almost everything). But this makes it quite hard to compare numbers in the table....

enhancement
next-major-version