Results 17 comments of eguneys

I copied the same code from these repos: https://github.com/emberjs/data, https://github.com/escalant3/ember-data-tastypie-adapter, to run the tests: ``` bash $ rm dist -rf $ broccoli build dist $ npm test ``` or `testem`...

Not sure about the development process, I just copied from those repos, they don't seem to support live reloading, maybe there won't be so much tests worth doing that for....

This repo https://github.com/escalant3/ember-data-tastypie-adapter also has the packages folder, the `root` already has a `tests` folder, that contains some configuration and `index.html`. so `lib` and `tests` folder should be in a...

My mind is blown, I don't understand neither HAL format nor how to serialize into ember data, could you explain a little please. Maybe write some proper tests?

So I rewrote the whole thing mainly three functions `normalize` `extractSingle` and `extractArray`, which I have no idea what I am doing but it kind of works, and captures `_embedded`...

I've made some changes, I can't do a pull request, why?

Yes, but I made some changes to the code added the `reif` library. So if you can support that as well. Full code is here https://github.com/eguneys/pro/blob/master/uci/pro2.pl

Not just videoes, but html canvas games on itch.io, god, fix this awful plugin what is this.

I can't mix requirejs with ember 1.9, it throws bunch of errors. I guess the ultimate solution would be to switch to es6. I am not sure if it's worth...

It has been 3 months since I've updated this, I will look at it tomorrow, hopefully update to latest ember version and it will work fine.