1,871 issues in handlebars-lang/handlebars.js
Hi Yehuda, Thanks for another great open-source tool! I m looking to switch from Mustache to Handlebars for some of the cool path and helper additions but mostly for the speed increase thanks to use ...
Hi Wycats, I ve created issue #1 and think I might have fixed the problem but I don t profess to fully understand all of the intricacies of Handlebars so may have only made things worse. Plus, my commit ...
In FF 3.6.9 the example template doesn t render the nested data structures and the unit tests fail on test 3 onwards.
Block helper functions aren t able to call get or fn as functions don t seem to survive the contextWrapper. Tested in FF, Chrome and Safari. From the example function... this.get is not a function [Break ...
I m looking at using Handlebars.js in a product at my day-job. Unfortunately, I ve got to get permission from legal, and they won t bless its use without a license. Is there a particular license you re ...
when evaluating a block, handlebars fails if there is no content. eg {{#my_list}}{{/my_list}} or {{^my_list}}{{/my_list}} Not sure if this is a bug, but it would be nice to be able to do.
Includes test case. See commit message for more details.
I can see the thinking behind this: backslashes are JavaScript-escaped so that data inserted into JavaScript code aren t messed up. However, for my particular use-case I don t actually want backslashes ...
Includes test case :-)