David Buchmann
David Buchmann
cool! what is missing here? could we support autocomplete on document titles in the same plugin? and is there a way we could limit the editable area to a sub...
the good thing with git is that a branch can be restored ;-) did you want to trigger a travis restart? for that i could also try to give you...
even the latest safari? i would have no problem saying that this only works with IE10+ for windows users. is safari even still relevant? or is everybody on mac using...
i just re-read our PSR-18, and notice that redirects are not explicitly mentioned. when we wrote the PSR, the intention was that the PSR-18 compliant client does not follow redirects...
> async async is not part of PSR-18, so that makes sense. there is also the `send` method in the guzzle client that does not overwrite the options. sendRequest is...
ah, so createWithConfig works as expected, when you use this adapter?
we create the custom handler to not have the middlewares. would the correct overwriteable behaviour be to create the client without handler (so that the handler is autocreated as normal)...
@Nyholm do you have an opinion on this? my thinking is that we should copy the HandlerStack::create method (to be sure changes in guzzle do not throw us off) and...
agree we should do this. if we can keep it compatible, with phpunit 9, its nice. but if it is too complicated, we can release a new minor version for...
to make things optional, we could add a CancellablePromise interface and implement that in the guzzle adapter promise to expose the guzzle promise cancel method.