Tim Griesser

Results 81 comments of Tim Griesser

Just tried out coffee-redux, and also ran into the issue with the `.then ->` chaining syntax @meryn pointed out above: ``` coffee SomePromise() .then -> 'do something here' .otherwise ->...

Yeah, sorry I missed this. There should be, I'll keep this open just to make sure I document it... I've been working on finishing up some things here and getting...

Haha, this is why I haven't cut a 0.2.0 yet... can you give me an example of what you're looking to do and I'll see if it's possible or if...

Hey @jclem, thanks for pointing this out. The error handling semantics around the library is something I'm still a bit unsure about and looking to nail down before I try...

> Thanks so much for taking the time to discuss this, by the way. Sure thing. Might need to think on this one a bit. The issue is that as...

> I understand that sometimes projects are in progress, but if there are features which don't work, they shouldn't be documented or users will try to use them. Even worse...

Hey can you update to just use `var` rather than `let` here, not transpiling this quite yet.

If we're going to allow swapping the promise lib, it would be great if that applied to all ajax instances... ``` js sync: function() { return Backbone.Deferred().when(Backbone.sync.apply(this, arguments)); } ```...

@wookiehangover - ah right, it does live on $... I guess I was thinking that it'd be nice if we were going to use promises (outside of the ones included...

Ran into this again today when I forgot you can't assume a promise on the `save`. I think it'd be a nice enhancement.