Thomas Chen
Thomas Chen
Yes, thanks so much for building this spiffy library and taking the time to maintain it up 'til now. Like Mark, I also definitely have a vested interested in redux-orm,...
`makeStoreInstance` is already merged in with the other stuff as a part of extending `Ember.Service` Therefore, power-users can already do something like: ```javascript import ReduxService from 'ember-redux/services/redux'; export default ReduxService.extend({...
LGTM. Also, please consider also editing over some of the howto extend from `README.markdown` stuff on my branch: https://github.com/foxnewsnetwork/ember-redux/tree/feature/addonify-redux-service#customizing-the-redux-service
As far as I can tell, this LGTM; just be sure to at least bump minor (if not major) version so that we can always patch if users come up...
To further beat this dead horse :facepunch: :horse: , you can fix "bug" by running: ``` sh npm install --save inflection ``` in your project namespace Alternatively, ember-cpm can hopefully...
Not sure if you mean what I think you mean, but I really needed this feature and ember-cpm's `computedPromise` just wasn't cutting it (due to an infinite loop bug and...
Yes, exactly that. The Task api already has an `on` method to listen to events, but I wound up needing an `observes` method to handle a lot of the ember-data...
good idea, I will add an install note with the next version