Claus Rørbech
Claus Rørbech
Fixed by #1716
Hi @leowroth. It seems like our internal _writer_ realm is in an erroneous state, which should not happen. This could be the case if you are opening the same realm...
It is a bit unclear what you mean by "android native code uses realm-java sdk", but have tried to elaborate a bit on the constraints of using both SDKs at...
Hi @mehmetakify. Thanks for the report. We are using the platform API's to obtain the default path for storing application specific data. For MacOS it is [done with this API](https://github.com/realm/realm-kotlin/blob/main/packages/library-base/src/nativeMacos/kotlin/io/realm/kotlin/internal/platform/SystemUtils.kt#L30)....
This seems to be a duplicate of #1487. I guess it wasn't fix by caching the notification callback references 🤔 @tevincent Can you by any chance derive some additional details...
Hi @SanEffect. I see that the error message is a bit unclear. The issue is that you are trying to update a _frozen_ object. When querying the realm you get...
Hi @stevdza-san. I am not really certain what is triggering your issue, but if the `completedQuiz` is an object that is already in the realm, then you need to obtain...
> Hi @rorbech. I assume you meant to refer to stevdza-san :) Yep, sorry.
The fix for this should be included in `1.14.0` with Core `13.16.0`.
Hi @prabinshrestha. Unfortunately we don't have such a tool/plugin at the moment.