Alain Schlesser

Results 187 issues of Alain Schlesser

The `wp shell` command is super useful for debugging sessions, however it is quite tedious when you need to make code changes, as it does not reload the modified code....

command:shell

The change in https://github.com/wp-cli/wp-cli-tests/pull/246 fixes the issue of allowing different client binary names. However, I now realized that we're still using a faulty approach to even try to detect MySQL...

bug
scope:testing

I'm seeing the following error with the latest version: ``` Uncaught Exception: Error Call to a member function toString() on null Emitted in /vendor/humanmade/psalm-plugin-wordpress/Plugin.php:1362 Stack trace in the forked worker:...

This is what I did to circumvent the issue described in #58 I have not done any extensive testing with this, and it might just be circumventing an actual issue...

It would be useful to allow aliases to be processed in parallel, so that the machine controlling the process can open multiple connections at the same time. Under the right...

command:cli-alias

The current command reference has the following page structure: ``` - fontpage +- command +- subcommand +- subcommand +- command +- subcommand +- subcommand ``` The problem with this is...

scope:documentation

## Pull Request Type This is a: - [ ] Bug fix - [x] New feature - [ ] Documentation improvement - [ ] Code quality improvement ## Context This...