David Buchmann

Results 944 comments of David Buchmann

hi, as it works in the browser, i suspect that there is a problem with the way the page is requested by panther. but i agree it would be nice...

can you try to make symfony serve run with the symfony `test` env? then maybe you can reprobude the problem? do you see anything in the var/log/* that gives an...

weird. you could try to use step-by-step debugging or hack some more logging into the liip imagine code locally to see what is going on. i would still guess something...

that sounds worrying. the lazy twig mode should still work the same when the twig functions are actually used. the only difference is that less things are initialized upfront, and...

hm, that sounds weird. the [lazy mode](https://github.com/liip/LiipImagineBundle/blob/2.x/Resources/config/imagine_twig_mode_lazy.xml) gets the cache manager injected just the same as the [legacy mode](https://github.com/liip/LiipImagineBundle/blob/2.x/Resources/config/imagine_twig_mode_legacy.xml) can you try to debug these service definitions, try to see...

thank you for the examples. there is a bunch of code changes in #1397, i wonder if thats where things broke. i guess the LazyFilterRuntime is doing something a bit...

are you able to reproduce the problem with a new test case in Tests/Templating/LazyFilterRuntimeTest.php - that would help a lot to debug the problem.

is this still a problem? is somebody able to reproduce it with the LazyFilterRuntimeTest?

i am not super familiar with AWS. can people use AWS with a newer version in this bundle and keep using version 1 for other things, or is that somehow...

@The-Don-Himself the problem with not seeing the listener is fixed in https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/pull/395