Mathieu Défosse

Results 7 comments of Mathieu Défosse

I did a bit of debugging server-side. It seems that the .rubocop.yml can't be resolved because looking for the host local file path on the server. `find_rubocop_file` function then returns...

So I thought a bit about the problem. My goal would be to use the sync API only. All my logic is sync. So I also modified the FastAPI route...

For the sake of giving the full picture, I tried the `async` only route too, using `open_async`, `defer_async` and a coroutine as task. It **does** work! However, this does not...

I do encounter this error running the following versions: php: 8.3 symfony: 6.4.5 symfony/amazon-sqs-messenger: 6.4.4 async-aws/sqs: 2.0.0 and using `--time-limit=3600` ``` Uncaught Exception: Instance of "Symfony\Component\HttpClient\Response\CurlResponse" is already consumed and...

Is there a workaround or a working version we can downgrade to? This is a pretty critical bug as it blocks creating managed node groups. Thanks

I'm interested in using the default value `AL2_x86_64`. It works when relying on default and not specifying `amiType`. This will be my workaround for now.