Alain Schlesser

Results 289 comments of Alain Schlesser

I'll remove this from the v2.1.0 checklist again. Let's rediscuss and plan for v2.2.0.

The main issue here is that there is no infrastructure for this on the wordpress.org servers yet. Surprisingly, the infrastructure for managing and distributing themes is completely different than the...

Yes, that should indeed be added for consistency's sake. Would you be open to provide a pull request, @WilliamDEdwards ?

I did some research into this, and to me it looks like this is not something WP-CLI is causing or that WP-CLI can fix. Since the `MYSQL_OPT_RECONNECT` option has been,...

I hooked up the class in a way that should not break any existing code, either Composer based or using manual includes.

Yes, that will indeed be the case, given how the current checksum generation on the server works. The main problem is that plugin authors can do arbitrary changes to a...

Interested in seeing your proof of concept, and please feel free to ping me when you want to discuss implementation details. However, I too think that this is not something...

@ivanyord I tried to replicate this just now but couldn't. When I tried creating a new config file in a subfolder like you described above, it just created it normally,...

I think the `config create` command should indeed only check for existence of a config in the spot where it intends to write one, not in any parent folders. Also,...

It would probably look something like this: ``` shell: alias: - MyAwesomeClass: \Vendor\Package\Module\AwesomeClass ```