You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering a handlebars template, it seems that the Handlebars::Context is never GC'ed.
Adding these lines allows GC. I'm not super familiar with how this gem works so let me know if this will cause other effects or if I can provide more information.
The text was updated successfully, but these errors were encountered:
When rendering a handlebars template, it seems that the
Handlebars::Context
is never GC'ed.Adding these lines allows GC. I'm not super familiar with how this gem works so let me know if this will cause other effects or if I can provide more information.
The text was updated successfully, but these errors were encountered: