Markus Podar

Results 404 comments of Markus Podar

Does prophecy keep internal state, like Mockery?

Middlewares can do this https://docs.guzzlephp.org/en/stable/handlers-and-middleware.html Unfortunately there's no logging example there and it's not really straightforward to understand how to do that. Here's a random google result result I found...

> The GuzzleHttp\Client->__call('offsetGet', Array) error message suggests that there might be an unexpected dynamic method call or configuration issue within Guzzle. But the log further below shows this: > ```...

Well, first thing coming to my mind is https://www.php.net/manual/en/arrayaccess.offsetget.php . Guzzle isn't using that so…

Interesting, in a different use-cse when using a `sink` and providing a "resource", once the Request object gets out of scope, the handle _is_ closed => #2400

I tested this in tinker _and_ wrote a quick console command, worked in both cases. I suspect you've a config / setup issue here.

> Could not create token: It was not possible to parse your key, reason: error:80000003:system library::No such process The message says it: there's a problem with your key, the error...

This overlaps a bit with https://github.com/PHP-Open-Source-Saver/jwt-auth/issues/73 OTOH, we currently have two providers (Lcobucci and Namshi). IMHO "replacing" is the wrong start here. First, someone needs to add a provider for...

Sounds reasonable to me; @dmason30 are you still around? WDYT?

@v131313 your request sounds reasonable, I suggest you make a PR to evaluate!