realm-kotlin
realm-kotlin copied to clipboard
Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Add new progress estimate and remove transferred/total bytes.
### How frequently does the bug occur? Always ### Description Dmg file is created and installed with compose desktop, after start the app this error occurs and app crashes in...
### Problem In version 1.16.0 When using the command `otool -l librealmc.dylib | grep minos`, the output indicates: `minos 12.7` However, it seems that the minimum version supported by realm-core...
Bump the Realm Kotlin SDK version in our samples and curated apps.
### How frequently does the bug occur? Always ### Description ``` object RealmWorker { val realm: Realm init { val config = RealmConfiguration.create( schema = setOf(FeedR::class, FeedItemR::class, FeedMediaR::class) ) realm...
POC of using https://github.com/realm/realm-core/pull/6759 KNN to support Vector Search in Realm. This was used to develop the demo app https://github.com/nhachicha/realm-vector-search
### How frequently does the bug occur? Sometimes ### Description ``` copyToRealm(entity, UpdatePolicy.ALL)?.let { doSomething(it) } ```it crashed on line copyToRealm(entity, UpdatePolicy.ALL)?.let ### Stacktrace & log output ```shell java.util.ConcurrentModificationException at...
### How frequently does the bug occur? Always ### Description I am expecting that auto migration should work according to the documentation [here](https://www.mongodb.com/docs/atlas/device-sdks/sdk/kotlin/realm-database/schemas/change-an-object-model/#add-a-property) when I add a new property. However,...
### How frequently does the bug occur? Sometimes ### Description Recently we've migrated from realm-java to realm-kotlin 1.16.0 and I see new kind of crashes. Google reports it like this:...
### How frequently does the bug occur? Always ### Description from the documentation: ``` realm.write { // Query for the parent frog object with ponds val frog = query("name ==...