Christophe Coevoet

Results 450 issues of Christophe Coevoet

Since the update to PHPStorm 2017.3, files without an extension are not detected as bash files anymore when they have a bash shebang

In my current project, I want to retry the message for some errors (temporary failure of the SMTP server for instance), while some other errors should never be retried (malformed...

Looking at the way my first PRs were included, this repo is a subtree split of the private Blackfire repo. Given that this library is open-source now, it may be...

and a CI integration of course

The old code was rendering a `` HTML tag, not defining a variable. And this broke then when trying to use the `splittedModule` variable as it would be undefined. An...

When the target directory does not exist, I get an error with a message which does not explain at all the actual source of the error: ``` [UnexpectedValueException] Cannot create...

Currently, the only interface we have is Collection, which has both getter methods and mutator methods. Because of that, its generic type is invariant. In many cases, we might want...

Currently, stacktrace.js is loaded from a CDN (cdnjs by default). As the URL must be hardcoded in the config, using a local asset is harder as we cannot rely on...

It would be great if this bundle could support setting the new [COEP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy), [COOP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy) and [CORP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Resource-Policy) headers in addition to the existing security headers.