realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
[ ] getProfile() / getCustomData(). There was about combining them somehow- needs more investigation. [ ] getProfileInfo() [ ] getCustomData() [ ] refreshCustomData()
Hi! I'm trying to use inheritance and delegation pattern in a project. Based on this [comment](https://github.com/realm/realm-java/issues/761#issuecomment-907665073), I assume Realm Kotlin SDK supports inheritance. However when I tested the following patterns...
Currently, we are leaking `HttpEngine` from `KtorNetworkTransport` and various dispatchers when Realms are being closed. This can cause problems as surfaced here https://github.com/realm/realm-kotlin/issues/733 where the hypothesis is the running dispatchers...
Adding JMH to the project and running it resulted in an error like the below, also after calling `Realm.close()`: ``` Non-finished threads: Thread[Thread-3,5,main] Thread[DestroyJavaVM,5,main] Thread[pool-3-thread-1,5,main] at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)...
Expose`SyncConfiguration.partitionValue` once we can expose it as a generic type wrapper like `BsonValue`.
Native leak memory in `MemoryTests.garbageCollectorShouldFreeNativeResources` It looks like it could be related to circles in our object-graph created through `RealmReference`: https://github.com/realm/realm-kotlin/pull/314
iOS test stage failed in https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/master/297/pipeline with the below stack trace. Haven't been able to reproduce locally and subsequent build succeeded. The succeeding build ran on the same machine and...
From #713 (Christian - 2) RealmInterop is too huge and annoying to reason about. I would like to split it into more manageable chunks that mirror the ObjectStore classes: Realm,...