Daniel Carbone

Results 66 comments of Daniel Carbone

It seems the main issues are here: - https://github.com/KnpLabs/KnpMenu/blob/master/src/Knp/Menu/Renderer/ListRenderer.php#L46 and - https://github.com/KnpLabs/KnpMenu/blob/master/src/Knp/Menu/Resources/views/knp_menu.html.twig#L18 This means that even if you define a Builder as such: ``` php $menu = $factory->createItem('root', $options); $menu->setAttribute('class',...

@stof: Ah excellent! Thank you for the clarification. Is this mentioned somewhere in documentation that I missed?

Thank you, sorry for commenting on such an old issue.

Hi, sorry for the extreme delay in responding. Unfortunately no, I don't have any example code on TXNs. I had planned on getting something in place, but other projects have...

Yeah, the current state of master is halfway between a fairly large update that aims to achieve output that would be (closer to) passing the upstream validator. I've had to...

The xsd's were chosen as they define the spec. You need to have prior knowledge of the spec in order to parse profiles. Enabling parsing from an arbitrary profile is...

@MajorTennis: I've just released v1.0.7 and v2.0.10 with a fix for this, could you please let me know if this addresses things for you?

hmm, that looks like composer install has not been run. try installing composer deps and running again, please. > On Oct 20, 2021, at 7:40 AM, Martin Jones ***@***.***> wrote:...

Ah, I think I see what is going on here. The `bin/generate.php` script is not intended to be used when the library is installed via composer. If you want to...

@leonrenkema: this is a known issue at this point, and i am attempting to address it with the current work being done in Master. Part of that is adding phpunit...