Samuele Lilli

Results 18 issues of Samuele Lilli

This fix https://github.com/symfony/monolog-bundle/issues/325 Is worthy to note two main things: 1) I have a failing test (regression?) that I just don't understand why is broken 2) I made all the...

We should try to enforce user's correct configuration as commented [here](https://github.com/symfony/monolog-bundle/blob/master/DependencyInjection/Configuration.php#L27-L322). Why? Because I've found a tricky misconfiguration that leaded to wrong parsing of my logs and in loosing them....

As symfony >= 3.3 brings autowiring function, I think it could be somehow useful to have an "empty" interface called `EntityListenerInterface` to take advantage of the autowiring features. This way...

Feature
Ready to work on

Hello. It's been a long time since last tagged version and a there are a lot of commits only on master branch. I suppose that a new tagged version could...

Hi, after upgrading symfony version from 4.2 to 4.3 (actually 4.3.3) I have this error shown when I try to run any behat test. I think that has something to...

Bug
Help Wanted

I think that https://github.com/FriendsOfBehat/SymfonyExtension/blob/2f038b27c60cf56b24f41a451d7e211975008c2f/src/ServiceContainer/SymfonyExtension.php#L210 should be, somehow, parametric as with this check we're forced to run behat command from the same folder of `app`. WDYT?

Feature
Help Wanted

As per https://github.com/PUGX/badge-poser/pull/393#issuecomment-706952070 I would suggest to stick, for the moment, with PHPUnit built in library. Two main reasons 1. It is still the most used, so we won't prevent...