Vladimir Kapustin

Results 24 comments of Vladimir Kapustin

Thank you, I'll try it now. Could we go the opposite way: render template synchronously and make helpers synchronous? `getContent` is my custom helper, so does it mean, that helpers...

Does async rendering support partial blocks? ``` handlebars {{#> myPartial }} Failover content {{/myPartial}} ```

> Here is what we're thinking: > > make all rendering/compiling sync by default > add support for sync middleware (not sure how or if this will work yet) >...

> Then inside your block-section partial use this instead of data to access the properties on the context It worked, now I have to revamp all the partials to make...

> great, at least that part is working. let us know what you figure out, or > if you have ideas for how to do it differently > > I...

Thank you for a such detailed overview of async helpers. I need some time to absorb it.

But still do we have a way to load Snap with webpack, since it doesn't uses `eval()`?

Here is another recipe ``` js var Snap = require( "imports-loader?this=>window,fix=>module.exports=0!snapsvg/dist/snap.svg.js" ); ```

I'm switching from `fman`, and this feature is the most obvious omission in Marta's features. `fman` magically suggests the most relevant items first in the list. Just like Sublime Text,...

react.js url as expired, please fix the demo code