Florent Baldino

Results 59 comments of Florent Baldino

Hi there! It would be very nice to see this landing in Symfony :) I have a concerns regarding the naming of the attribute, `Input` could also refer to query...

Hi! So Instead of running `./vendor/bin/rr get-binary --location /usr/local/bin` you manually download the binary?

Hi! You are right, sorry I don't use doctrine (orm or dbal) myself. I guess we could remove the middleware if no manager service exists in a compiler pass. Do...

I tried to play a little with doctrine bundle, if I use `doctrine.orm: {}`, I still get a valid `ManagerRegistry` and the middlware is working. What version of Doctrine Bundle...

I cannot reproduce your issue with the last version of doctrine bundle. There is still a registry injected, it simply does not have any entity managers, and simply provides dbal...

Hello! Thank you for opening this :) Are you seeing performance issue without forcing the garbage collector? Or gains by using `gc_collect_cycles()`? Running `gc_collect_cycles()` after x requests is very easy...

Hi! Thank you for trying out this bundle :) It work for me, can you provide a reproducer repository? The code that calls `terminate` is [here](https://github.com/Baldinof/roadrunner-bundle/blob/2.x/src/Http/KernelHandler.php#L50), I tried to had...

Are you in some way overriding the `kernel` service? What's the result of `bin/console debug:container kernel`?

That's strange, do you have the same problem if you reduce RR to only one worker? With config `http.pool.num_workers: 1` in `.rr.yaml`