Results 22 comments of Jacek

@mleczakm were you able to solve this issue somehow?

IMHO the solution would be to catch this exception (and other, connection related errors like [this one](https://github.com/php-enqueue/enqueue-dev/issues/1162#issuecomment-854351192)) inside the `\Symfony\Component\Messenger\Transport\AmqpExt\Connection` and use internal flag (for example, `(bool) reconnect`) and not...

My workaround, if someone finds it helpful: https://github.com/jkobus/symfony-messenger-fix

If anyone comes around wandering about this, I did it like that: `` For json it would be `application/vnd.oai.openapi+json` as mentioned here: https://github.com/OAI/OpenAPI-Specification/issues/110#issuecomment-364498200

I agree. I started using XLIFF; we had problems with YML files in the past: long translations, translations with html, multiline translations etc. For now, a small update for the...

I was thinking about changing the Request, but as you saw, its pretty old, written by @fabpot back in the day and could have some unexpected side effects. I will...