Harry Bragg
Harry Bragg
If a child process outputs a progress bar or progress number, interpret this and display it as a progress bar to the user. Maybe then support total progress for all...
Some of the internals to this library are a bit strange and confusing: - Acknowledgement Handlers, do the actual reading of data from the queue. - The client implements all...
Using someones implementation of an event loop and async streams, create an Asynchronous Client removes the need for acknowledgement handler (a little bit) ```php interface AsyncMessageHandler { public function handle(MessageInterface...
hacky implementation of guzzle7... looking at #41 if anyone wants to productise this better, feel free!
- Adds github actions
Recent changes mean we can remove 'testing' only methods on the `Client` class. - Inject a `WriterInterface` and use that (could be tricky from a simple usage scenario) - Remove...
It was handy to use cucumber-api to start with and get things done quickly but now it is getting an issue: - The types are different between the functional and...
When something is wrong (response doesn't contain the correct details, the output is hard to parse). often just printing everything it was expecting and what the full response was. Would...