Gavin Joyce

Results 68 comments of Gavin Joyce

I'd like to see more tests covering: - initial render of complex nested templates and rerenders where the data changes. - Route transitions - creation and invalidation/recomputation of computed properties...

Also seeing this on OSX 10.7.5. Works for me on OSX 10.8.4

There isn't a way to cancel a retry. It should be pretty easy to build what you need using http://ember-concurrency.com/#/docs, I'd recommend using that

Issue: https://github.com/ember-animation/ember-animated/issues/46

^ solved with: ``` $ brew update $ brew install watchman ```

@cibernox I just manually copy some code into a custom benchmark in a throwaway [`ember-performance`](https://github.com/eviltrout/ember-performance) branch and compare the results. I'm happy to do this later this evening if you...

@cibernox I didn't manage to get benchmark data, I was planning to modify https://github.com/GavinJoyce/ember-performance/pull/1 but `ember-performance` has changed significantly since then. ``` js onQpsChange: Em.observer('_routing.currentState', function() { this.recompute(); }), ```...

You can add a `data-href-to-ignore` attribute to any anchors that you don't want to be handled by href-to: ``` If you have a catchall route (this.route('catchall', { path: "/*" })),...

I think it's likely that we'll add support for automatically skipping external URLs, I just want to give it a little though first.

I 👍 on adding this. If anyone want to implement this, please do