Edgar Espina
Edgar Espina
Hi, make sure you install one of the cache implementation: https://github.com/jknack/handlebars.java#the-cache-system Also, if you attach an example will look later to see if we really can improve something. Thanks
ok, yea no idea what was wiremock. My guess is that there is no cache so ANTLR parses 500kb on every single call.
install/add the [MethodValueResolver](https://github.com/jknack/handlebars.java#using-the-valueresolver) that will give you access to those names, but you have to use complete method name: ``` {{person.getSURNAME}} ```
I'm afraid it is not an easy fix, will leave it open
Guys, can you explain why do we need this? why existing implementation doesn't work? Also, I do a commit with a .jar file? Thanks
can we add params to existing Tag class so we don't introduce a new TagWithParams class? Jar has been added to the pull with [this commit](https://github.com/jknack/handlebars.java/pull/637/commits/8ba04973260de6e1fca22fc71e5fe6d09d90e2a1). I can't merge this...
I thought there was a `Tag` class already, but was wrong. Your pull looks good, we should do these changes too: - Rename TagWithParams to Tag - Move Tag to...
Good stuff, let's make Param a public class.
Still happening? Make no sense.
Yes, might be related to ANTLR but don't have time to look. Pull request is welcome.