Trevor Bortins

Results 24 comments of Trevor Bortins

You can use the `$cb` operator to get the query result for a one-level nested attribute in a backbone-relational world: ``` var arr = courses.query( { assignments: { $cb: function(attr)...

Yes I saw that, I am looking for a noninteractive way to specify the choice, though. The appid works, but it is less good from a code maintenance perspective since...

Just wanted to mention I tried the `--name` option and it didn't work for this purpose. I was still prompted to pick an account. :(

Haha yeah, I realize it isn't a trivial problem. I think it's worth highlighting though. I didn't catch it anywhere in the docs, which led to the confusion. Right now...

Yeah I think so, but on an aesthetic point, the reason I use slim is because it's so ridiculously easy to read and I wouldn't want to ruin that with...

Here's one idea: ``` slim h1 MyPage - {{subtitle}} {{#if currentUser}} h2 Welcome {{currentUser.name}}! div {{else}} div | Displayed if no user form action="{{formAction}}" / form inputs, etc. {{/if}} |...

Is this going to happen? I'd love to see it. (Before run, not after.)