-
I've been running compiled dust templates through beautify.js - and while it makes it much easier to trace, they are still not so easy to debug.
eg,
(a template that makes a button and gets the h…
-
This came up in today's meeting - it would be useful to be able to use i18n for front end templates. General consensus is that it should be eminently possible 🎉
@zanonnicola suggested this: https:…
-
Hi
I am using following versions on my application
> "kraken-js": "0.7.5"
> "adaro": "0.1.7"
When I run the application in development mode it is redirecting 404 page. But in the production mode it…
-
Sometimes dust gets stuck in an asynchronous block at the end of a template. We have our own subtemplate/partial include system, and sometimes, for some templates, after ending a stub, it doesn't get…
-
I don't know if is the right place to put that question. I apologize if it is the case.
We use mako templates, but we are affraid of users to beak python code in the template, so we edit all the ch…
-
When running stdstars super-fast on GPUs, @dmargala noted that re-calculating standard star template magnitudes every time is a significant contributor to the total stdstar runtime. These could be pr…
-
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,
We are trying to install handlebar as our templating engine while creating new web app from dadi cli.
While creating new app (web) from dadi cli it asks for number of options where one of the …
-
@jimmyhchan talked about this last year and I think it finally clicked for me.
`dust.render` returns undefined right now and uses a callback. Jimmy talked about "streaming into templates" last year a…
-
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…