Christophe Coevoet

Results 449 issues of Christophe Coevoet

[skip dart-sass] [skip sass-embedded] https://github.com/sass/sass/issues/3702

As you removed CI on older PHP version, telling composer that you still support them is quite risky as the CI won't catch when it is not true anymore.

symfony/phpunit-bridge defines a convention where adding `@group legacy` on a test (either by adding it on the method or on the class as PHPUnit considers that a `@group` added on...

I just went to http://communiquez.lepine.pro/ (to look at the HTML version after your comment on https://github.com/Halleck45/livre-developpement-pilote-comportement/issues/5) and I tried to navigate with the keyboard to reach the links (using the...

There is a few misleading explanations about Mink in the second ebook. - Mink is not a Behat extension. It is a browser emulator/controller abstraction created by the same team...

To enable TLS, `ext-amqp` does not support reading the CA store of the OS automatically (nor the OpenSSL one used by PHP for stream wrappers). Instead, it requires configuring it...

feature request

Currently, the buildpack always install both `apache` and `nginx`, even though each app will use only one of them, increasing the slug size for nothing. It would be great if...

feature request

Currently, the default memory_limit in the php.ini is 128M. While this is a good idea for PHP-FPM to allow concurrency, it is a bad default for the CLI (which should...

feature request

Currently, archives generated for platform packages contain both the source code and the compiled assets. This means that the archives are much bigger than necessary. IMO, the building process should...

support

Currently, the buildpack always enable level-1 optimizations for the autoloader. This is good, and should not be configurable (there is no drawback to using the level 1, unless you delete...

feature request