Ricardo Mendes
Ricardo Mendes
Couple of things: - Why did you move lib to packages? - How do I run the tests?
Do I have to do `rm -rf && broccoli build dist && npm test` every time I change something or is there a way for it to listen to changes...
By the way, you should be linting the files you write, not the generated ones. It doesn't surprise me that the generated ones fail JSHint, I think there's some `eval`s...
I just don't like very much the `packages/` convention. In Ember.js it makes more sense because you have multiple packages. Could you move `lib` and `tests` to the root? I'll...
It's in the bower.json, since it's a front-side dependency: https://github.com/locks/ember-data-hal-adapter/blob/master/bower.json#L25 I think the actual problem is that I'm not including the underscore files into the Brocfile, so you might have...
@chadhietala I think so, I haven't touched this library in a while unfortunately.
@timbunce I was kind of waiting for the new draft to come out, which I thought would be out by now. I'm using the adapter in a project, so I'll...
Hi, thanks for opening the issue. I have run into the same problem when I was trying to preload some data for my application, and came to the same conclusion....
P.S. Are the _embedded and _links properties not recognized or was that fixed after you wrapped the data in the type key?
Could you drop by IRC on freenode (I'm `locks`) or https://gitter.im/locks/ember-data-hal-adapter so we can discuss it better? You seem to have raised a couple different points, and we should see...