-
I often find myself wanting to include a string with some formatting into a translated sentence. E.G "The user _Sigmund_ performed this commit"
Looking at the source code it seems formatMessage allwa…
-
Hi Mike,
Can you suggest changes that would be required in case of kraken 1.0.0 as the new kraken no longer uses makara module, but localizr!!
-
Hi,
I'm looking for an alternative to dustjs for my custom mvc library.
Nunjucks seems to satisfy the requirements.
However, one feature that I could not find is a way to proxy the objects to be…
-
Dustjs-helpers are not working for me in 1.x (fine in 0.7). Would be nice to have this example updated to see if it's me or Kraken. :)
djMax updated
9 years ago
-
I've been using `foo instanceof dust.makeBase({}).constructor`: that seems clunky. I'd like a way to get the constructor directly, without having to instantiate an object: `foo instanceof dust.Context…
-
```
Update the following processors to use latest versions of underlying js
libraries:
- coffeeScript
- less
- uglify
- cssLint
- jsHint
- jsLint
- dustJs
```
Original issue reported on code.google.…
-
nodejs 7.4.0
dustjs 2.7.5
Template "article.html":
```
{>html-head/}
```
1)
The property "properties.category-x" does not exist in the given context. So the error is in…
-
```
Update the following processors to use latest versions of underlying js
libraries:
- coffeeScript
- less
- uglify
- cssLint
- jsHint
- jsLint
- dustJs
```
Original issue reported on code.google.…
-
...does not work, at least not in a commonJs environment as the bootstrapping function relies on a global available dust instance.
-
The dustjs manual at http://www.dustjs.com/guides/context-helpers/#writing-context-helpers insinuates that context helpers can be used with both sections (`{#helper}`) and conditionals (`{?helper}`). …