Claus Rørbech

Results 126 comments of Claus Rørbech

Hi @destman, could you supply the details of the crash and the type information of `_id` and `ids`

Thanks. We are currently not able to pass list as query arguments, but support for this is on its way in https://github.com/realm/realm-core/pull/5663, so should be possible in a foreseeable future.

Hi @ganfra. Thanks for the input. We are considering various ways to provide better assistance for doing safe queries. While an IDE plugin is certainly an option we will most...

I separated the `canSync` data from other tests by adding a partition value in #650, but will leave this open to investigate why this was only failing sometimes on iOS...

Seems like we are starting to see the same issue in `io.realm.test.mongodb.shared.SyncSessionTests.uploadAndDownloadChangesSuccessfully` Observed on both of these PRs after updating to master: https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/PR-790/6/pipeline/391 https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/PR-789/6/pipeline

Ktor 2.x forces users to use the new native memory model, so support for that would rule out any users that relies on the old memory model. You can currently...

> (Christian - 1-3?) We need to figure out how to split `cinterop` so it supports both `base` and `sync` builds. Instead of right now where sync native code is...

> (Claus -1 ) Clean up construction of managed/linked objects. Should probably go hand-in-hand with moving `RealmObjectInternal` into a property of `RealmObject` instead of the current inheritance chain. > >...

> * (Claus - 1) Bundle all managed properties into one composite object. Initial thought is to substitute `RealmObject`'s inheritance from `RealmObjectInteral` to a composition of an `managed` internal property....

Seems like there is still an issue not aborting the build if the sample app fails: https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/master/360/pipeline