Till Niese
Till Niese
Yes that might be a solution. I honestly don't use your library so I don't have much knowledge about how it works, and if and what kind of bottelneck that...
I would write the tests according to your `isArray` tests and place it in the `describe('gt', function() {` -> `describe('non-block helper', function() {`? ``` js it('should return true if a...
If you convert it to `assert` anyway, then I'll use `assert`. I just looked around in your tests where you compare to `'true'` in a non block helper and adapted...
Not sure if I should open an new Issue about that in general, discuss it here or if I should add that as discussion about it with the pull request...
I finished the code update for the whole `comparison.js` and added all tests. Except the `ifNth` test. Before I'll do the pull request I'll wait for your feedback about the...
I looked a bit closer at the code and I think the problem is here: https://github.com/madrobby/zepto/blob/master/src/event.js#L69 . jQuery has a special `postDispatch` hook here https://github.com/jquery/jquery/blob/master/src/event.js#L522 . Not sure it setting...
The _"problem"_ is most likely that Handlebars itself does not support async helper ([feature suggestion | Synchronous/Asynchronous Helpers #717](https://github.com/wycats/handlebars.js/issues/717)), the ability to have an async helper in `express-hbs` is a...