Marcin Klimek

Results 10 comments of Marcin Klimek

So any ETA? i used v3 branch on my new project, had to do few fixes to views though - knp menu needs look into, and its also impossible to...

@kevinpapst might do, but still struggling with making knpmenu look nice like on demo :)

Theoretically i think i have it all working as intended - need to test it further though. knp-menu.html.twig ``` {{ knp_menu_render(admin_lte_context.knp_menu.main_menu, { "template" : "@AdminLTE/Partials/_menu.html.twig", "currentClass" : "active", "ancestorClass" :...

Quick fix is to define call manually, but it definitely needs to be worked on. ``` datadog.event_subscriber.audit: class: 'DataDog\AuditBundle\EventSubscriber\AuditSubscriber' arguments: ["@security.token_storage"] tags: - { name: doctrine.event_subscriber, connection: default } calls:...

> well, this is an audit log, would you expect to lose all history if association object is removed? You misunderstood me. The issue is that it creates multiple rows...

Yes, and no. Indeed it may have to be idiot-proof and do wildcard by default, but an option for scheme rule generated would be really good as well. You see...

Second example, hosts option should be available always: Think about multisite blog, we redirect one url to another, but only for single domain, other domains attached to same blog (use...

Well, i'm always looking at such things from optimization point of view, keeping in mind that some websites i deal with have thousands of images, iterating through each and instantiating...

Why not just let us define/override the `which/where` command? I mean it's a matter of few lines of code, how come noone did it since 2017?

Won't removing `'commented' => true` be enough?