realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.

Results 329 realm-kotlin issues
Sort by recently updated
recently updated
newest added

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...

O-Community
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:Off

### 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...

O-Community
SDK-Use:Local
Importance:Major

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...

O-Community
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:Off

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

cla: yes

### 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...

O-Community
More-information-needed
Waiting-For-Reporter
T-Bug
SDK-Use:Local
Encryption:Off
Frequency:Sometimes
Repro:Sometimes

### 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,...

O-Community
More-information-needed
Waiting-For-Reporter
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:Off

### 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:...

O-Community
T-Bug
Encryption:Off
Frequency:Sometimes
SDK-Use:Sync

### 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 ==...

O-Community
Waiting-For-Reporter
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:Off