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

When upgrading to Kotlin 1.7 as a minimum supported version we need to revert some workaround done to maintain compatibility from `1.6.10` - https://github.com/realm/realm-kotlin/pull/856 - https://github.com/realm/realm-kotlin/pull/854 - https://github.com/realm/realm-kotlin/pull/845 (this could...

Currently Linux ARM64 is not supported. It would be great to get support for this for at least the `jvm()` target, but maybe for the `linuxArm64()` target as well. This...

O-Community

When `initialData` or `initialSubscriptions` throw an exception, we should delete the Realm file, so the logic can be retried, but this is currently difficult to achieve, especially for synchronized Realms...

On Realm Java we have a number of API's with behaviour that requires knowing if code is running on the main thread: * `SyncConfiguration.waitForInitialRemoteData()` will throw if `Realm.open` is called...

On MacOS, tests have been discovered to be flaky in the following case: ``` val now = Clock.System.now().toRealmInstant() val updatedSubs = realm.subscriptions.update { add(realm.query()) } val sub = updatedSubs.first() assertTrue(now

This will result in a native crash in `cinterop` as all our enum mapping code is expecting that all error codes are mapped to enum values. It is unclear if...

Apart from the planned type adapters, could enums be a generally supported type (by saving their name as a string)?

O-Community

Currently, we're relying on internal ObjectStore API to implement JVM scheduler. We could achieve the same effect by using `realm_clone` and build a scheduler using the C-API callback instead of...

This one popped up in a build after updating the changelog in https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/PR-702/8/tests 🤔 ``` Error kotlin.native.concurrent.InvalidMutabilityException: Frozen during lazy computation Stacktrace kotlin.native.concurrent.InvalidMutabilityException: Frozen during lazy computation at kotlin.Throwable#(/Users/teamcity1/teamcity_work/6326934d18cfe24e/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:24) at...