Garrett Murphey

Results 10 comments of Garrett Murphey

@NullVoxPopuli I believe if you return the promise from your action, you will get your desired behavior.

@NullVoxPopuli I forgot to ask: what version of `ember-async-button` are you using? The update with support for closure actions hasn't been released yet, so if your `package.json` is not pointed...

Also realized we'll need to ignore volatile computeds for this rule.

I was just thinking how nice it would be to have providers be addon-able. I'd be happy to work on making this happen, if you'd like.

Sure thing! I'll try to get this out sometime tomorrow. I have a few bugs fixes I'd like to merge before a release.

@formmailer: Could you share a few of the anchors that are being tracked that shouldn't be? The tests are passing, so it may be a format I'm not accounting for....

If possible, could you try the latest version? A lot of the logic around Masonry has been cleaned up and optimized.

Currently, the addon destroys the masonry layout and then re-initializes it when `items` changes. This is partially due to a lackluster API for the jQuery Masonry plugin. I'm working on...

Great idea! I'll set up a documentation branch where examples can be posted.