Seth Kinast

Results 59 comments of Seth Kinast

I agree-- what form would the required object take? Would it have a `.render()` method on it, or do you require templates and then pass them to Dust?

This is actually not about treating templates as modules. It's the need to not attach properties directly to the magic dust functions that themselves only function if dust is a...

Dust doesn't see those values in your context. Can you provide an example template and context?

@jasonbelmonti is going to look into this.

I would love to do something like stweem for 2.8 before 3, any thoughts @jimmyhchan ? Too much extra API?

OK, let's just wrap up these small issues and we'll call it good. There are actually a lot of commits since 2.7 branch.

It's kind of a silly bug if you look at it-- CLI has to be running in daemon mode, which it never does using dustc. So the bug is not...

You're just dumping something into `Context#_get`?

To clarify, you'd basically like a default implementation of `get(key)` that you can override as you'd like?

I won't have time to get to it soon, PR welcome. Otherwise, it's on my mind :)