Adam Gent
Adam Gent
Some folks that are using an existing Mustache library that do no want to switch may only want type checking of templates and no code generation.
I am aware of checker/src/main/java/org/checkerframework/checker/nullness/permit-nullness-assertion-exception.astub But I have to seriously wonder why the default is not the above particularly since JUnit does not actually throw NPE on `assertNotNull` but rather...
I am a great admirer of your framework and saw how well you did on TechEmpower but I'm saddened that you borderline cheated (in spirit) on the Fortune benchmark. You...
@samskivert Don't accept this PR yet. What we (JStachio) are trying to do is solve the i18n problem consistently across JStachio and JMustache. https://github.com/jstachio/jstachio/issues/104 JMustache can almost do the i18n...
This bug is mainly a placeholder for now. Handlebars.java supports a feature through a helper called `embedded` which does raw includes. https://github.com/jknack/handlebars.java/blob/42c1912f8555697664d3da1a539b2150709fb984/handlebars/src/main/java/com/github/jknack/handlebars/helper/EmbeddedHelper.java#L67 This is to support client side Handlebars.js templates...
Not ready yet as there is a bug https://github.com/uber/NullAway/issues/1008
Given the discussions on #3496 (and corresponding PR #3494) as well as the new `@BindParam` I think the reflective bean converter needs some cleanup and possibly should be available as...
So I still have not fully replaced our home grown config with `avaje-config` because of one feature that I can't decide whether to just work around or have it implemented...
We should probably handle this case: ```properties #a.properties load.properties=b.properties ``` ```properties #b.properties load.properties=a.properties ```