croensch

Results 13 comments of croensch

I believe ddboer/imap can do nothing unless something is done to the PHP extension: https://wiki.php.net/todo/ext/imap _TL;DR_ ddeboer/imap only gives the basic auth to the extension and the extension gives it...

I initially picked up and rebased this PR to revive _or_ end the discussion around this problem. Now that i looked into it, i understand a few things better: -...

Sorry for the spam. I got nothing to add or change - it's finished for me. Regarding the DBAL (Common?) dependency i also check the previous class in a few...

As far as i know/remember docker-compose v1 was doing an HTTPS request first, and if your certificate were self-signed or otherwise not valid, would silently do an HTTP request second...

I studied the change logs of Docker Desktop, Engine, Compose, etc and now understand that some flags have changed this behavior even for Compose V1. Docker 23.0.1 + Docker Compose...

I would not replace the unicode filter in `PhpSerializer` as it simply produces unicode or base64 and any transport okay with that will work. The problem is that the SQS...

@mrblur yes the sqs transport constructor has a nullable / auto serializer dependency. But in the factory it's not nullable so i guess it actually is injected by the bundle...

This might be interesting here... We tried to use the HttpClient and mock a response for PHPUnit but did so by calling `static::createMock(MockResponse::class)` (i know :upside_down_face:). Which lead to: >...

@SenseException @derrabus can we get another look at this?

I guess back then when we used this library we had an IDP which had an expiry of one minute and the systems involved were off by about two minutes....