Maxime Veber

Results 143 comments of Maxime Veber

I'm for the `bin` folder :) . With a namespace like "Command" it could be great isn't it ?

@lsmith77 I imagine you're thinking about the `matchingDepth` option, you can set it to 0. You will not have the `current_ancestor` class anymore but it's a great optimization. https://github.com/KnpLabs/KnpMenu/blob/master/doc/01-Basic-Menus.markdown#other-rendering-options

The builder is defined by you (the user of KnpMenuBundle) and you can [pass some options as third parameter](https://github.com/KnpLabs/KnpMenuBundle/blob/master/Resources/doc/index.md#rendering-menus) by using the `knp_menu_get` twig function before the knp_menu_render. Why not...

Another solution could be to create a MenuProxyItem that will be activated only when the item need theses children. But IMO the best solution is to create a big query...

Oops. Sorry, it was late! 😂 Fixed it! 🙏

2 things are to consider here: 1. Minification helps with performance and must be done. 2. Many people are concerned about avoiding giving internal details to anybody who opens their...

Hello, thank you for your concern. But as specified in the readme, the maintenance is discontinued on this library. Unless you have a fix for it it will stay in...

First tentative (unfinished, estimated done at _17%_) in the following branch: [refactor/split-frame-building](https://github.com/Nekland/Woketo/tree/refactor/split-frame-building). _Notice that a refactoring may break performance. We should be aware and carful with that fact._ Here are...

Could be ok to have a docker-compose file that build a PHP7 docker with autobahn included. Maybe a simple docker could be ok. I'm 👍 with this idea. [edit] a...

This issue can be closed, @athos7933 answered correctly here.