gitlost

Results 37 comments of gitlost

Am wondering if it's a Qt issue, as using 5.9.1 on Travis - if that's what gets deployed it might be worth trying e.g. [5.9.5](https://launchpad.net/~beineri/+archive/ubuntu/opt-qt595-trusty).

Close via https://github.com/wp-cli/scaffold-command/pull/110

Oops, maybe the other files apart from CPT aren't compliant? Edit: no there're not - taxonomy for one. Edit2: Taxonomy fixed now via https://github.com/wp-cli/scaffold-command/pull/112, need to check if there's others...

Good idea @thrijith !

Going to remove this from the 1.1.2 milestone as incomplete at this late stage...

Thanks for the report @nahkampf , yes, this is a bug introduced by me in https://github.com/wp-cli/php-cli-tools/pull/107 where `Streams::render()` no longer strips the color percent codes if `Colors::shouldColorize()` is not true,...

C [implicitly promotes float args to doubles for variadic functions](https://en.cppreference.com/w/c/language/conversion#Default_argument_promotions) so shouldn't that be: ```c printf("hello world %f", c.double(2048.0)); // works, prints "hello world 2048.000000" ```

Removing this from the 1.5.0 milestone in favor of https://github.com/wp-cli/wp-cli/issues/4638

I can't reproduce this. Could you post the output of `wp cli info` please @SergeC , and also try running the command(s) with the `--debug` flag? (Just to note the...

Okay this is a weird bug which depends on how your WP-CLI phar is named and where it resides, and follows from https://github.com/wp-cli/wp-cli/pull/4024 so is present from v1.2.0 on. It...