Frederic Hemberger
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...
The extension gets the current document request from Chrome and checks if its content type is either "application/openmetrics-text" (or "text/plain" and matching the path names defined). So basically you'd have...
Thanks for the example! I'm lookin into modifying the request headers, might take a little while.
I've been playing around with the `declarativeNetRequest` API to modify the `Accept` header, so far I couldn't get it to work. I'd happily accept a PR. Ref: - https://stackoverflow.com/questions/3274144/can-i-modify-outgoing-request-headers-with-a-chrome-extension -...
Hmm, that's strange. - Updated from Sonoma to Sequoia - restic/resticprofile are installed via Homebrew (I don't know if either was updated after the macOS update) - restic/resticprofile were working...
@NodeGuy > I can't add resticprofile to the Local Network pane. It doesn't show up in the list and there's no way to add it manually. How did you do...