Kenneth Geisshirt
Kenneth Geisshirt
We have released Realm JS v12.8.1 which we believe will fix the issue. Please reopen if it is not the case.
@adamski I'll discuss it with Lee when he is back next week.
@danielmbomfim Please tell us which compiler (and version) you are using and which platform you are targeting.
You could do `realm_instance->objects().sort("ts", false)` and use the first element of the result.
The SDK is a sync-only SDK, and setting `REALM_ENABLE_SYNC` to off is not supported.
@Fuzzyma Thank you for the suggestion. We have a future project to refcount Realm instances, and I think it will be natural to return to your suggestion once we start...
@gfrancischini Sorry for the late reply. Currently it is not possible to use embedded objects together with class-based models. The constructor of our class-based models takes a Realm instance as...
@Yupeng-li Mocking Realm in Jest isn't trivial. You might want to seek inspiration in https://github.com/realm/realm-js/issues/370#issuecomment-1464892940
Sorry for the late reply. @mblaughton Your ticket has some similarities with https://issues.chromium.org/issues/41486604 - but it doesn't provide a solution @mfurqanliaqat @nobur @dannyglover Does [this trick](https://github.com/GPUOpen-Drivers/AMDVLK/issues/310#issuecomment-1657243771) work for you?
We can reproduce it on Mint Linux (v14 works, v15 doesn't). We need to investigate it.