Aaron Heesakkers
Aaron Heesakkers
This issue can also be resolved in the toOne-promise-aware PR (and/or the upcoming change on that one, using the proxy).
This is mostly an issue in https://github.com/pixelhandler/ember-fetchjax. Which decides that a 204 response should have it's own handler that returns an empty string. The regular success handler is not called,...
@pixelhandler Going with a proxy for empty objects will also tackle the "cached relationship" issue. Good call. I'll send in a new PR for that.
I don't really like the way this is set up, creating the `Ember.A([])` only when it is first used (in `attr` utility and `_relationAdded` and `_relationRemoved`), but the test suite...
Done. I'll add some tests when I get the chance.
Mmmmm... I'm still using this, and probably will be for quite some time. But I'm reluctant to fully commit to maintaining, as I simply won't have the time to do...
@Gaurav0 You mention you want to deprecate this package in this PR, https://github.com/Gaurav0/ember-cli-jquery-ui/pull/20 Are you? This PR no longer makes sense since htmlbars 1.0.8 is already referenced in the package.json,...
There are so many deprecated dependancies in this project that it seems unusable in a modern node setup. ``` $ npm install --dev npm WARN package.json [email protected] No repository field....