Node-blue, Interesting... to study an implementation of Readable
I think it is a typo:
https://github.com/Floby/node-blue/blob/master/lib/Template.js#L53
you are using 'self' (not defined?) and in the following lines, you switch
to use 'this'
On Tue, Oct 1, 2013 at 4:52 AM, Floby wrote:
> http
http://github.com/floby/node-blue ?
On Wednesday, 30 May 2012 14:15:46 UTC+2, Oliver Leics wrote:
>
> Hallo,
>
> is dustjs[1] really the only template engine that implements rt
> streamed render output and supports asynchronous calls within
> template-functions?
>
> [1] https://github.com/akdu
On Monday, September 30, 2013 1:18:07 PM UTC+2, Alex Kocharin wrote:
>
>
> When this thread started, this option didn't exist yet, but now we can
> just patch any template engine to use async interface with harmony
> generators. So I guess this question is pretty much outdated.
>
This thread is
When this thread started, this option didn't exist yet, but now we can just
patch any template engine to use async interface with harmony generators.
So I guess this question is pretty much outdated.
On Monday, September 30, 2013 12:58:37 PM UTC+4, Tim Shnaider wrote:
>
> I guess you've gone t
I guess you've gone through the list here:
https://github.com/joyent/node/wiki/Modules#wiki-templating
I had the same frustration finding a decent engine that had a syntax I
liked with async support.
I love Swig, but it has no async support. DustJs supports async, but it
has a horrible syntax
There is substack's node-trumpet: https://github.com/substack/node-trumpet
This one uses css selectors for replacements.
I use a modified version of this one in woosh.
btw, woosh is unfinished.
On Wednesday, May 30, 2012 1:15:46 PM UTC+1, Oliver Leics wrote:
>
> Hallo,
>
> is dustjs[1] really t
https://github.com/linkedin/dustjs is more fresh version :)
среда, 30 мая 2012 г., 16:15:46 UTC+4 пользователь Oliver Leics написал:
>
> Hallo,
>
> is dustjs[1] really the only template engine that implements rt
> streamed render output and supports asynchronous calls within
> template-function