Alessandro Lai
Alessandro Lai
PHPStan requires all used dependencies to be installed because it need to know all symbols used in our code.
Checking in to say that I would like to help here! I use this bundle in a few cases, so I would like to give back!
I like the roadmap very much, the only concern that I have is the `fetchCrawler()` and `fetchContent()` stuff, it's not very clear to me. You want to hide the client...
Someone else opened #338, can we move this forward? In my opinion that attack plan is a lot more practical and fast to implement, can we start with that to...
Disabling boot could not be feasible sometimes... As an example, Doctrine blows up if you're submitting a form with an `EntityType` field and you don't reboot the kernel. In those...
How would this work with custom logins and other custom stuff that the end user may be interested in doing?
Does a `conflict` constraint in the `composer.json` solve this issue?
The fact that the client is loading a second container is absolutely correct. You don't want to use the same one, since the first one is spun up by the...
Nope, I suggest neither. You shouldn't mix those two different container, they are intended to stay completely separate! You're trying to optimize something that you shouldn't. And believe me, I'm...
With Symfony 5.3 and further, the container of the client is the same that you get from the new getContainer native method, so if you rely on that (and not...