Travis Nelson

Results 5 comments of Travis Nelson

@jneves is this getting any movement? Anything I can do to help get this merged?

@jneves we've been using this code on a fork (https://github.com/tackle-io/Zappa) for over 3 months and are eager to get it merged. This enhancement has helped with large payload that exceed...

I'm not sure this is a bug, since it would break the regression test for sparse arrays: https://github.com/wycats/handlebars.js/blob/master/spec/regressions.js#L200-L205 I've been playing around with a fix, which broke this test. ```...

This should be addressed now in https://github.com/wycats/handlebars.js/pull/1299

using `data.root.locale` worked for me too. I however am only using it when `this.locale` is not set for optimization. ``` if(!this.locale){ var args = Array.prototype.slice.call(arguments) var options = args.pop() return...