Tim Caswell

Results 341 comments of Tim Caswell

Ok, so stick a property on the constructor. I suppose that would work, it's just messy to annotate passed in values directly. But as you say, this does work without...

Sounds good, want to send a PR?

What's the use case? Rendering is synchronous.

In dombuilder (the previous generation to domchanger), I had a special `$` property that was a function to call when a node was rendered to the dom https://github.com/creationix/dombuilder/blob/master/dombuilder.js#L71-L72 I vaguely...

I think this `afterRefresh` hook will help. I can also add a per-element hook for rendered elements like dombuilder had if that is helpful. I'm still not sure why domchanger...

I have wished a few times that the component had some sort of initialization parameters apart from the render data. I'll have to think about to fit this in.

I don't understand. You're saying that content-type is required for 304 responses?

Sorry I missed this, are you still trying to get it in?

Correct, you can implement your own console object using print.

This would be a fine project, but it outside the scope of dukluv's immediate goals. Right now I'm still trying to find time to finish solid libuv bindings for duktape.