Jason Dobry

Results 170 comments of Jason Dobry

`store` in those tests is a global, and the resources never get removed from the store, so they'll never be gc'd

Change detection is probably the biggest issue, can you disable it for your tests?

Configure the datastore with `watchChanges: false`

This is an interesting problem. The only purpose of `Settable` is to provide an implementation of private properties. There are multiple ways to implement private properties using only ES5, and...

That stuff already works for all adapters but the http adapter (because I have no control over what your REST api). Each of the other adapters have a `with` option...

There isn't native support for many-to-many. Right now you have to use multiple hasMany and belongsTo relationships to make it work.

I'm not completely sure that anything needs to be added to JSData for this. See http://stackoverflow.com/questions/33397943/many-to-many-relational-support-in-jsdata/33405764#33405764

Please add your suggestions to the docs by clicking the "Suggest Edits" button.

I've been thinking about ways that JSData could eliminate some of the boilerplate required to implement some of this, and I would appreciate any suggestions on implementation.

I should add that I think that solving this is more involved than simply adding a feature. It may take some re-architecting to make plugins and JSData extensions easier to...