Christophe Coevoet
Christophe Coevoet
Allowing any `EventTarget` matches the Flow type definitions
Our existing jQuery-based code has some of cases where it uses `this.$element` to store a reference to a jQuery objects. Our convention is that any variable (or property of our...
It currently displays a message saying that the feature does not work because it relies on a change in ES. However, this change is part of ES releases since years....
- add support for passing the ES host in a query string parameter, allowing for a better experience for standalone deployments (i.e. when running this site by pointing a webserver...
For Twig 2+, it would be great to provide the extensions available in `twig/*-extra` packages (I just tried using some filter from `twig/intl-extra`).
When the form is kept empty or when the fiddle has just been saved without any further changes, leaving the page should not ask for confirmation. When it asked me...
None of the existing levels is using flex-grow or flex-shrink. It may be a good idea to use these more advanced features too (it may be harder to visualize them...
Initializing the Report throws an exception in `Client::doGetReport`, so this method can never return `true` (it will throw the exception instead)
PHPStorm 2019.2 has a new inspection reporting unused code. But this marks a bunch of Symfony-specific cases as unused while they are not (well, some of them are more about...