Brian Caruso

Results 6 issues of Brian Caruso

#### Background This is a fix for self-reported issue #964. Now the `JsonNodeValueResolver` resolves a Jackson2 `ArrayNode` as a `List` with its items being recursively resolved. I wrote it in...

### Background When you attempt to render a Handlebars template with ... 1. The [`JsonNodeValueResolver`](https://github.com/jknack/handlebars.java/blob/master/handlebars-jackson2/src/main/java/com/github/jknack/handlebars/JsonNodeValueResolver.java) configured as a resolver 2. A Jackson2 `JsonNode` as your context 3. A helper that...

bug

This is an **enhancement**. The current implementation of [the `serialize_xliff.pm` XLIFF serializer](https://github.com/evernote/serge/blob/master/lib/Serge/Engine/Plugin/serialize_xliff.pm) is built around the concept of one source file per XLIFF interchange file. You can see this assumption...

I think this is technically a feature request. It's kind of that grey area. While one could argue the interface has a bug in its design, the code that consumes...

enhancement

It is possible to create a custom element without a view by applying the `@noView` annotation on top of that custom element's view model. However, if you do the same...

enhancement

**Background** I love Dapper because it adds great support for hydrating immutable objects from a database. For example, it allows us to hydrate objects of the following type like so:...

enhancement