Oskar Hahn
Oskar Hahn
I really like you app. It might be the most used app on my phone. It would also be nice if the files would have better names. Currently, the names...
I really would like this feature. But it seems it is already there (but undocumented). Instead of using `foreignKey` in a `hasMany` context, you can use `localKeys`. As far as...
I am not sure, if I use the term many-to-many correctly. I have a user model and a motion model. Each motion can have supporters and each user can support...
Like I said before, you support it already. It would be nice if you added to your documentation, that `hasMany` can be used without `foreignKey` but with `localKeys` instead. https://github.com/js-data/js-data/blob/1d4882bc1059ee0504d88976656d7bf3013bfd00/src/utils.js#L656
I hope a solution for this problem will be found soon. But the solution has to consider, that a stream entry is not a map. It can contain the same...
I ran into this problem and I really did not expect the current behavior. I have code like this one: https://play.golang.org/p/8-HkG0HkXeN Maybe you could at least document the current behavior,...