Frederic Hemberger

Results 55 comments of Frederic Hemberger

Demo: ``` js var tmpl = '{@intlDate val={ts} /}'; var ctx = { ts : (new Date()).getTime() }; dust.renderSource(tmpl, ctx, function(err, out) { console.log(out); }); // Dust error message: //...

@ericf You also have a similar issue with one example from your README: Template: `{@intlNumber val=40000.004 /}` Expected: `40,000.004` Actual: `40,000.4` To get the correct result, you have to pass...

This works for me, but for verbosity you may want to consider the change I proposed in https://github.com/yahoo/dust-helper-intl/pull/26#issuecomment-46088679.

@sfj2 @redonkulus Just look in the PR #26, I've already proposed some fixes for the examples in the README and a note about timestamps. This should do the trick.

@cheeaun It would really be awesome to have these filter options. From time to time the home timeline can become a little bit overwhelming with lots of boosts (e.g. current...