Lucas
Lucas
I'm available for a quick anydesk call if that helps
STDIN seems to be populated in PHP: ``` www-data@e82a29c5348e:~/single_tests$ echo "foo" | /usr/bin/php -r 'echo file_get_contents("php://stdin");' foo www-data@e82a29c5348e:~/single_tests$ echo "foo" | /usr/bin/php -r 'echo stream_get_contents(STDIN);' foo ``` This works: ```...
@schlessera Can you please take a look at the debugging process and proposed solution above? :point_up: Essentially, increasing the timeout here: https://github.com/wp-cli/entity-command/blob/209d1c585d8a27c0b436b1b80c58326f789a8442/src/WP_CLI/Entity/Utils.php#L17 One downside of the timeout approach is that...
@zzap Please try this: ``` curl -N https://baconipsum.com/api/?type=meat-and-filler > foo.txt && cat foo.txt | wp post generate --post_content && rm foo.txt ``` With the approach above, we are essentially pre-caching...
@lucatume can we merge this PR? I know that removing benchmarks is not elegant, but I think it's a viable hotfix?
If we want to improve the size even further on the distributable package, it shouldn't include tests (328kb), etc. Any ideas on how to deploy only source code to Packagist,...
Another alternative would be to create a `develop` branch with all the development-relevant code, leaving `trunk` as a slimmed down production version to be picked-up by Packagist?
I have been playing around with Symfony Console and I realized that it doesn't include their tests in the package. Composer install/update has a parameter `--prefer-dist` (default) and `--prefer-source`. I...
Howdy, turns out this was way simpler than I thought - I was looking around Symfony Console and stumbled upon this https://github.com/symfony/console/blob/v6.1.7/.gitattributes, and decided to try it out. And indeed,...
I'm getting this one, too. I'm not sure if it affects gameplay. I'm on Manjaro: ``` [#9266302 SDR server steamid:123456 vport 0] Sequence number from gru#374 (203.181.194.212:27032) is duplicate /...