Simon Chiang

Results 15 comments of Simon Chiang

``` # Build the template, setting the attributes and filename if specified. # All methods of self will be accessible in the template. def build(_attrs_=nil, _filename_=nil) _attrs_.each_pair do |key, value|...

Should be middleware, not a task.

# Run Proposal - Setup a controller /run/task/id - Get print out help.erb, config.erb, input.erb, results index - Post parse config and input. Instantiate, run via call (no app), then...

So a bunch of your open issues seem to revolve around this, so I'm just picking here to make some comments because it seems most relevant. @rylnd, in #34 you...

@locochris that sounds fine, I think something like that is needed. Since variables won't work you're basically left with streams of some sort. I'm curious - any reason why you're...