Jonathon Hill

Results 59 comments of Jonathon Hill

Resubmitted to re-trigger CI checks https://github.com/bee-queue/bee-queue/pull/546

@avin-kavish @KiranI-Bsw @acSpock I've come on recently as a new member of the maintainers team (and we'd like more if anyone is interested). This is high on the list to...

@GeorgeWillaman this has not been implemented in bee-queue. Feel free to contribute a PR to add this feature: https://github.com/bee-queue/bee-queue#contributing

Closing due to no response.

> Unfortunately, it seems the tests are flaky. Could you describe your setup? I'm getting intermittent and inconsistent test failures when I run the tests locally on my M1 MacBook...

@jorenvandeweyer please add your review! Thanks :)

Workaround: ```php use GuzzleHttp\Middleware; use GuzzleHttp\Psr7\Utils; use Psr\Http\Message\ResponseInterface; // Without this, we get the following error from the logger middleware: // // "StringHandler can not log request/response because the body...

STDOUT is not returned, it is echoed. Perhaps you could catch the output using output buffering?

It took a heck of a lot of work getting here, but I managed to solve this using a $typeConfigDecorator: ```php use GraphQL\Language\AST\ScalarTypeDefinitionNode; use GraphQL\Language\AST\TypeDefinitionNode; use Psr\Container\ContainerInterface; use Psr\Log\LoggerInterface; use...