dustjs
dustjs copied to clipboard
Asynchronous Javascript templating for the browser and server
current site uses http, should have a SSL certificate added
With the template ``` {name|h|js}{~n} {name|j|js}{~n} ``` and the context ``` {"name": true} ``` You get the output ``` "true" true ``` So it seems that html escaping turns non-string...
To reproduce: write a template that outputs more than 65536 characters. Your output will be truncated.
The page seems to reload on entering every single character. Example - If I want to write **_amigo_**.name, basically adding _**amigo**_ infront of _name_, it means that the page reloads...
 Seems like polymer is breaking JS...
Hi, Check attachment, I see error logs in console, it seems affecting rendering the black box content. (In google chrome) Does it work for anyone else ? where can I...
I have a 1000 of dust templates and now I want to apply |s filter so that they display unescaped HTML but I do not want to go and make...
In the developer console: ``` Uncaught DOMException: Failed to execute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree. at HTMLElement.shadowFromTemplate (http://www.dustjs.com/bower_components/polymer/polymer.js:10033:25)...
I want to use dust stream (or adaro stream) for async html template, so I tried using stream. What I found was that if I added helmet to my express...
Dustjs-linkedin 2.7.5 still depends on chokidar 1.5.2, which depends on a component which has a vulnerability: https://snyk.io/test/npm/braces/1.8.5 This dependent vulnerability is fixed in newer versions of chokidar, including 2.0.0, 2.0.1,...