Tac Tacelosky
Tac Tacelosky
Slightly less setup is to bind the parameters: ```yaml services: _defaults: autowire: true # Automatically injects dependencies in your services. autoconfigure: true # Automatically registers your services as commands, event...
Ah, getting closer. Inject the RepositoryManager instead, which is already public. That returns a Repository object, which has a protected $finder (a PaginatedFinder), and many of the methods. Since the...
Here's how I solved that problem, though I don't think it's elegant. Anyway, you need to create a transformer service: ```php
Do you have time to look at my fork? In particular, if you can get the login working, I can address look at more of the admin pages. I've invited...
@kbond Any chance of seeing this before Symfony 6.2 goes into beta? As mentioned in a linked issue here, this format wouldn't break anything, and looks quite clean. ```twig {{...
I get a heroku error frequently, but not always. Viewing the logs might help, but I'd prefer to simply host it locally. The problem is that I can't figure out...

This would be a great addition to ImageMagick!
> I'll try to explain. I created a [gist with the related files](https://gist.github.com/janklan/2925ff32b65e39ba8434fa2b84c1e70e), I'll be using it below. Thanks, @janklan for sharing these. By any chance do you have a...
It'd be nice if this got in before Symfony 6.2 is released later this month. Not urgent, of course, but it'd be so nice to inject just the dictionary the...