Alain Schlesser
Alain Schlesser
The [section on amp.dev that deals with the AMP Optimizer](https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/amp-optimizer-guide/?format=websites) has a guide on [how to use the Node.JS Optimizer version](https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/amp-optimizer-guide/node-amp-optimizer/?format=websites). We should add a guide for the PHP version...
In the next major version of Requests (v3.x), we plan on making more classes `final`, to simplify the process of keeping in line with the accelerating pace of PHP changes...
The `composer.json` file is invalid JSON because of a trailing comma: ``` Skipped branch master, "ca9cc0eb40a4ea24b868277839d8baa9359838b0:composer.json" does not contain valid JSON Parse error on line 20: ...e-cli.php" ] },} --------------------^...
### Is your enhancement related to a problem? Please describe. Hi performance team! @spacedmonkey pinged me to see if I have any input on improving the WP-CLI integration. The current...
For the moment, if you pull in WP-CLI as a dependency in your project, WP-CLI's sub-dependencies can conflict with your project's other dependencies. **Topic A: Namespace Scoping** In the PHP/Composer...
Right now, the WP-CLI default updating mechanism will look at whether the latest available release is newer than the currently installed one and offer to update to that new version...
The check for running WP-CLI as a `root` user inadvertently is running pretty late and allows for mechanisms like the `--exec` flag to be executed already before the root user...
Refactored the test environment setup to make it more robust and user-friendly. This consolidates multiple test commands and improves process management for local development. Fixes #819 ## What Changed *...
We currently have a command `wp core update-db` that sometimes needs to be run after an update of Core. It would be great to have a mechanism to check whether...