Alessandro Lai

Results 270 comments of Alessandro Lai

> btw: i am surprised that the amqp library allows to send messages that break the system, they could check the header limit on sending as well and not only...

What I'm saying is that I'm seeing the issue only when sending the message (and Rabbit/SQS rejects it), there's no overhead added. But even when rejecting/retrying a message, in reality...

I just stumbled in this same exact problem. I'm on SF 5.4 and I wanted to get rid of this exact deprecation. To fix it I removed the `user_identity_field: token`...

It worked, thanks! So, this issue could be fixed by changing the deprecation message from > The "lexik_jwt_authentication.user_identity_field" configuration key is deprecated since version 2.15, implement "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" instead. to >...

Opening the internal DI container like this seems too wide of an access to me: it may lead to errors and more work as a maintainers, since it has a...

> I am not sure though how to allow user define their own services meant to replace/decorate specific parts of Paraunit. We could simply expect a YAML/XML config file that...

Implementation should be pretty straightforward, since we reuse PHPUnit components to generate coverage. PR appreciated!

This is a great idea, and a good alternative to #58 when it's not applicable, like in a CI build: the build there can be very long, but seeing an...

Usign `--printer` is not easily doable as of now, I would have to reproduce the whole PHPUnit behavior inside Paraunit; also, that extension point in PHPUnit itself is deprecated and...

Since we have parsers for each of those kind of test outcome, we could give the responsability of dispatching events to those parsers. Then, the runner should be configured at...