Adam Gent

Results 73 issues of Adam Gent

> When used as the data value for an Interpolation tag, the lambda MUST be > treatable as an arity 0 function, and invoked as such. The returned value >...

bug

> Aside: I kind of hate the "ignore the model parameter" part. It can't just be a void method with no parameters? There must be other lambdas where you don't...

enhancement

JStachio assumes that only null strings can be falsey and not empty strings. JMustache by default assumes similar **but it is configurable**. I'm not sure what Mustache.java does but I...

documentation
enhancement

https://github.com/mustache/spec/discussions/155#discussioncomment-7522604

bug

I was kind of hoping someone would complain about this missing to see how many OSGi users are still left out there. I'm adding this as a bug to let...

enhancement

To determine if DeclaredType aka class instances are falsey we generate code to check if they are null. While that seems like a good idea in the context of Javascript...

enhancement

The trick of using JMustache for hot reloading has serious limitations. 1. JMustache does not fully implement v1.3 of the mustache spec 1. The reflective model of JMustache does not...

documentation
enhancement
help wanted
brainstorm

One of the only parts of the mustache spec not implemented is "dynamic names" aka dynamic partials. Why are dynamic templates useful: polymorphic data. The idea is some field says...

enhancement

With the exception of POJO getters JStachio uses the exact name to find bindings (variables/sections). Thus if you want a variable named in kebab style like "`inner-message`" which is not...

enhancement
api
brainstorm

https://github.com/moditect/moditect/issues/199

internal