Xaser Acheron
Xaser Acheron
I'll see if I can do that when I get some spare time. Apologies for the drive-by issue-ing. :P
Good timing! One of the big topics in the last working group meeting was tuning up the mixin to ensure it's 1:1 compatible with `ember-data`'s existing way of doing things....
I'm a bit stumped on how best to actually implement a test for this. The acceptance test that exists for testing the ember-data integration doesn't allow (non-hacky) access to the...
I think this is the same thing as #158. The empty response is being coerced into `{}` by `ember-ajax` (a confirmed bug), and `{}` isn't a valid JSON API document....
I believe so, though I never did write an explicit test case for this that uses `ember-data`. May be worth pinging @jerel and @fiftoine just in case.
There's two changed lines in #232, and the real important one is sneakily the *removal* of line 538 [here](https://github.com/ember-cli/ember-ajax/pull/232/files#diff-7002051509692f431bb29f015fcaf32aL538) -- that was causing `ember-ajax` to transform null responses to `{}`,...
I didn't dive too far into this one, but I've pushed a failing test to my fork so there's something to muck with. The exact error message I'm getting is...
Kind of a related-ish question, but as a stopgap, is there some sort of 'library' of useful common `@external` definitions (e.g. native types via MDN) somewhere? This seems like a...
Heh, I just combed through my app during an upgrade and removed a bunch of dependencies I thought I wasn't using. `ember-responsive` got the axe by accident, and here I...
I'm really not sure this thread is the best place for this, but there's a lot of relevant discussion so I'm plunking it here instead of opening a new thread....