Casey McLaughlin

Results 11 comments of Casey McLaughlin

I had the same problem, but I fixed it by downloading the standalone "Extension Manager" from the software app and turning the toggle switch on the title bar to the...

Since we are going to model the PHP OAI-PMH responses in v4, we'll push this to v4.

Whoops; didn;t mean to close this. This will have to be a v4.0 feature, since optional type-hints require PHP7.1 or newer.

We will remove all PHP 5 support from v3. PHP5 is no longer officially supported.

Since a significant portion of PHP out there is still on 5, we're moving this to v4.

@asmecher I plan on including support for those in the next major release (v4.0)

@wengooooo , allow me to paraphrase to see if I understand your issue correctly: You would like to add the ability to retry requests that have returned a successful `200`...

Hi @rus-ik and @wengooooo, I've added a new `should_retry_callback` that handles this case; see the README.md: https://github.com/caseyamcl/guzzle_retry_middleware#custom-retry-decision-logic. I originally was going to say this is out-of-scope for this library, but...

Hi, @constantinosergiou, can you provide some sample code from your use case? I'm having trouble replicating this issue. This library doesn't interact with the symfony libraries, so I'm a bit...