Nils Knappmeier
Nils Knappmeier
I don't know, how important that is to you, but I think that the sizes that are reported are sometimes smaller than the actual sizes. For example ``` > mkdir...
I am not sure if I updated the OSX-binaries correctly: The file `vendor/darwin/bin/sc.dSYM/Contents/Resources/DWARF/sc` was not included in the OSX zip-file linked from https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy I have just copied the binary from...
Bump to 1.0
@msiegenthaler Do you think there are any more major features missing on the project? Otherwise, I would go to 1.0.0 after fixing #30.
In my NodeJS-project, `marked` is used by the main program and by a dependency. When the main-program calls `setOptions`, the same options are also applied to the instance that is...
In Handlebars, a backslash can be used to prevent a mustache from being evaluated. Such a mustache is essentially text. ```handlebars \{{no-expression}} {{expression}} \{{{no-expression}}} {{expression}} \{{#no}} block \{{/no}} {{expression}} \{{\{{no}}}}...
I am currently looking for a way to execute visual regression tests with storybook, without having to use a service like Browserstack or SauceLabs. This docker-image seems to be exactly...
I just noticed that some of the entries of the `comment-patterns`-doc are not displayed correctly: the Mustache and Handlebars multiline-patterns are disappearing. I have cut the problem down to these...
Unfortunately I closed the previous issue and I seem not to be able to reopen it. So here it is again.. We had a very nifty IE8 problem when integrating...
The syntax {{#if}}...{{[else]}}..{{/if}} that is described in [this comment](https://github.com/wycats/handlebars.js/issues/1189#issuecomment-211569918) is not documented (at least I found it nowhere). This is a reminder to do that some time.
This commit adds a property "ctx.params" (an array of strings) to the parsed comment.. The rationale is that the @param-tags are not necessarily in the same order as the parameters...