Uwe Jäger

Results 50 comments of Uwe Jäger

Checked, the only difference I see doing `git diff origin/master uwej711/change` is the same as here ...

That same issue is the reason for not returning the collections on put in createphp. Since this no longer happens this should work with current createphp master. But until now...

Just an idea, why not storing that information in a data attribute of the a tag (data-target-uuid="...")? It should be easy to do that with ckeditor (it has some add...

I think it's OK to solve it as you proposed - anything that is as easy to use as the menu rendering in templates should be fine. Just having the...

In our case (combined with other issues) this reduces the memory foot print of our test suite from over 10 GB to less than 5 GB.

Hi David, our situation is exactly the same as in the issue you mentioned. The problem is that the SplObjectStorage keeps that twig and loader in memory forever which keeps...

Hi David, I can try to work on the issue in core, but it will take some time as I'm quite busy at the moment. So if you come up...

Sorry for being unresponsive ... quite busy atm. The idea was to fix this in the library as mentioned above (https://github.com/Payum/PayumBundle/pull/518#issuecomment-714735953). I will try to tackle that in the next...

How would you handle multi lang content, I guess we need some extension to call bindTranslation?