SyncBot
SyncBot
➤ Brian Munkholm commented: Unblocked. Realm is now compiled for RPi and a release is available for Realm-JS.
➤ Claus Rørbech commented: The currently used old syntax for queries does not support querying on primitive list elements. Filed this with core in RCORE-309.
➤ Ian Ward commented: I think this is a bug - [~eduardo.lopezgutierrez] Can you confirm?
➤ Eduardo López Gutiérrez commented: It seems you are using an illegal character in your partition value according to what I see in the log: "�". I tried to use...
➤ Nathan Contino commented: I'm encountering this issue with android studio on my linux work machine (Ubuntu 20.04). Here's the full file I've been running: https://github.com/nathan-contino-mongo/share/blob/master/MainActivity.kt
➤ Nathan Contino commented: [~eduardo.lopezgutierrez] would love to hear if I'm doing something wrong here -- I'm just building the quickstart for the Android SDK, so if there's a knowledge...
➤ Eduardo López Gutiérrez commented: [~nathan.contino] we need to revisit this since it doesn't reflect the latest updates regarding multiple tests failing that you mentioned on Slack. Can you find...
➤ Nathan Contino commented: After touching base on this, [~eduardo.lopezgutierrez] figured out that this "bug" was actually triggered by a race condition. Specifically, my code contained a call to the...
➤ Ian Ward commented: [~eduardo.lopezgutierrez] shouldn't we handle this under the hood for the developer and not introduce race conditions? For instance, when you call realm.close() I believe that it...
➤ Kræn Hansen commented: Realm JS is currently relying on a global "Realm" property, this will lead to undefined behaviour when multiple versions of Realm JS is loaded into the...