Markus Hennerbichler
Markus Hennerbichler
There is this existing PR, which main repo do you mean?
Is this still an issue?
Are you still interested in this change? In general I am not sure if this feature should be part of the library at all, I would prefer that the library...
Are the warnings preventing you from compiling?
@tristaofernando Clearing is not possible at the moment. What is the use case of clearing the datastore? @artisson Storing is also not implemented. I think this is a more complex...
I also think it's a good idea to move the logic to the `JsonApiDataStore`. Removing the now needed inheritance of `JsonApiModel` of the data models will make it much easier...
Its true that this would be a nice feature to have. In my opinion a viable approach would be to define the lazy loaded relations as Observable. which gets resolved...
Not yet, I currently have only limited time on my hands and this feature would probably require a lot of thinking how this should be done. If there is interest...
Indeed, It is preferred to use the `save()` Method on the Model itself. Is there any reason you are using saveRecord directly?
Are you sure this issue occurs on multiple calls to `findRecord`? I will try to reproducing it.