Tim Anido

Results 8 comments of Tim Anido

Also ran in to this, see willmcpo/body-scroll-lock#133

I also need this functionality, and so took a quick look at implementing it. Apologies if I have missed something, but this seems as though it can be solved relatively...

Done. See liip/LiipThemeBundle#116. Cheers.

Ah! Good point, I hadn't considered that. I'll have a look and see what changes would be necessary to solve the compiled class name issue.

@stof, I believe you are incorrect in your diagnosis. When determining the class cache name, `Twig_Environment::getTemplateClass()` uses the return value from `Twig_LoaderInterface::getCacheKey()`. The behaviour of the default `Twig_Loader_Filesystem::getCacheKey()` is to...

Thanks for taking a look @dantleech! Lots of feedback there, I'll try to address it today and update this PR.

We are also experiencing this issue, although in our case it's occurring sporadically when calling out to SSM from a lambda. We did not see this behaviour previously on the...

Hi @yenfryherrerafeliz, thank you for your reply! We did indeed see this issue on Lambdas with provisioned concurrency. In fact, it was so frequent on Lambdas with provisioned concurrency that...