Reza Fatahilah Shah
Reza Fatahilah Shah
@Trikke I see, so in the case of FetchUserList use case, i do not need to get the company data from company repository, this would make the `UserModel.company` nullable.
Is it should be ok or considered bad practice, if we mix the implementation? I mean some UseCase expose it's observable and other hide it. Because not all UseCase need...
I have this problem too. I found this: https://github.com/noties/Markwon/issues/148#issuecomment-507762635 Maybe it will help @stefan-niedermann
Ah, getUniqueKey just pseudo function, but i got exception before calling this line ``` Java obj.set("projectUniqueKey", getUniqueKey()); ``` I added some log to print into logcat but never called. Then...
Another workaround is using renameField then addPrimaryKey, addIndex using new field name. I did rename field from my old @Required field(not needed in new model) to 'projectUniqueKey'. The error also...