Alain Schlesser

Results 289 comments of Alain Schlesser

Thanks for the PR, @pcfreak30 ! I do fear that such a custom stream wrapper might interfere with some hosting solutions, so we'll have to get feedback first. I think...

Link to Slack discussion: https://wordpress.slack.com/archives/C3D6T7F8Q/p1588739563086800

New RFC to watch: https://wiki.php.net/rfc/deprecate_ticks I recently worked on trying to make this PR production-ready, in the hopes of having intermediate hook profiling working again and then bundling this command....

While I do like this new syntax, I'll have to think about the ramifications of such a breaking change before going ahead with it.

@miya0001 The MIT license is compatible to the GPL license. As an example, it is also accepted in the plugin repository. The issue here is about the licensing requirements we...

@marcovalloni That will probably break all other systems, though. You'd need to add this change conditionally for Windows only.

@marcovalloni Did https://github.com/wp-cli/php-cli-tools/pull/131 actually fix this issue? Or is this still happening on Windows?

There are dozens of different tracking solutions, and there's overarching "tag consolidation" like Google Tag Manager. You'd need to check for "_a_ tracking solution", but I don't think you can...

I'm not sure grunt is actually needed here anymore. The `grunt-wp-i18n` dependency can be replaced with the new `wp i18n` WP-CLI command, and I'm sure we can easily whip up...

Current development version of `wp-cli/profile-command` is not compatible with WP-CLI v2.4.0. Please use the following command instead to install the latest stable version of `wp-cli/profile-command` instead: ```bash wp package install...