Tac Tacelosky

Results 545 comments of Tac Tacelosky

Every few months I come back to this issue to see if my Symfony skills have improved enough to solve this. Alas, still no, and I'm left with code like:...

Maybe we could start by making the classes that implement the Dictionary interface public. ```bash bin/console debug:container knp_dictionary.dictionary.action_icons // This service is a private alias for the service // knp_dictionary.dictionary.action_icons.8f4545fe939e19c735fc617c64dead50.traceable...

both those changes sound great -- can you also update the documentation to use the Symfony HttpClient instead of guzzle? And if it's ready, submit a PR, since having guzzle...

I wasn't able to get this to work in an ES6 script. Perhaps it doesn't. But if it does, updating the documentation with an example would be great. This issue...

FWIW, I've found the sabre xml parser to be easy to work with: https://sabre.io/xml/

Although I'm not a good candidate for being the maintainer, I'm happy to be one of the maintainers, at least so that the tests run on my branch when I...

@raziel057 With Symfony 7 just days away, are you still interested in being a maintainer? I'm happy to help as a collaborator.

@TomasVotruba thanks for the work you did to revive this bundle. I quite enjoyed the blog post about it, and even came back to this bundle for certain behaviors that...

the jfsenechal/DoctrineBehaviors fork works with Symfony 7, but is locked to doctrine/orm:^3, which means you can't use it with many packages, including stof's gedmo package (doctrine extensions, v. these doctrine...

jfsenechal/DoctrineBehaviors now works with orm:^2, https://github.com/jfsenechal/DoctrineBehaviors/pull/1 has been merged.