Greg Bowler

Results 162 comments of Greg Bowler

I'm tidying up some old issues. Is this still affecting anyone? I'm not sure about how to go about fixing it, and it's been a couple of years since it...

Hi @mimmi20 Thank you for opening this. You should be able to pass any arguments to the script, but I'll look into this and provide an example at https://GitHub.com/php-actions/example-phpunit I'm...

Currently the 1st "basic usage" example works fully, but if it's forced to decode JSON with a syntax error the promise rejection is eaten up silently... investigating next.

This is harder than I thought it would be.

The entire codebase is greatly improved and tidy now, with more type safety, but this issue still remains as the only known bug. https://github.com/PhpGt/Fetch/blob/144cedb2070c91f32b301a3bdcc8dbdf4fc4ad97/src/Response/BodyResponse.php#L113-L131 This is where the issue lies,...

In one of my projects, I wanted to use PHPUnit mocks to check that an anonymous function was being called X times. I mocked `stdClass` and used `addMethods()` to add...

Can be implemented here: https://github.com/PhpGt/WebEngine/blob/64daaae7a9f6dec9f9935006c2ae930d76e0097a/src/Middleware/RequestHandler.php#L202-L213

### A note on _throbbers_ To avoid "throbbers", previous MPR sections can be cached in the service worker, live-updated when available. This technique was popularised by Instagram back in the...

### A note on https://github.com/PhpGt/ServiceContainer/issues/140 It would be really useful to document which `go` and `do` functions have executed, and in what order. As part of this issue, the execution...