James Stone

Results 97 comments of James Stone

@BlueCobold Correct, by bundled realm I mean what you described; shipping a pre-seeded Realm with your app. Sharing an encrypted Realm across devices with a different page size has never...

Thanks @BlueCobold, we've received the file and I can reproduce the assertion on open. We will investigate.

`realm::util::EncryptedFileMapping::refresh_page(unsigned long, unsigned long) + 515 (encrypted_file_mapping.cpp:657)` is [this](https://github.com/realm/realm-core/blob/v13.17.1/src/realm/util/encrypted_file_mapping.cpp#L657) line of code at version 13.17.1 Possibly related to https://github.com/realm/realm-core/issues/7322

@amondnet thanks for the information. What file system are you opening the Realm on? Is it exFAT by chance? If so then the issue may have been fixed by https://github.com/realm/realm-core/pull/7162...

`Like`, and the collection aggregates (`.@count`, `.@sum`, `.@avg`, `.@min`, `.@max`) are supported since [version 2.2.0](https://github.com/realm/realm-js/blob/v2.2.0/CHANGELOG.md#enhancements). `ANY` can be used currently since it is implied over list properties (eg: `items.price >...

This has likely been fixed by https://github.com/realm/realm-core/pull/7698 please try a version that includes core >= v14.10.0

This has very likely been fixed by https://github.com/realm/realm-core/pull/7698. Please try a release that has core version >= v14.10.0.

That is unfortunate that the CI run has been lost already. I can infer from the stack copied here that this was a MacOS machine due to the presence of...

Another [occurrence](https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-core/detail/PR-6703/5/pipeline/68) on CheckiOSSimulatorDebug: ``` /Users/realm/workspace/realm_realm-core_PR-6703/test/test_shared.cpp:1403: [realm-core-13.15.0] Assertion failed: false 0 realm-tests 0x0000000109cd021c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28 1 realm-tests 0x0000000109cd00d3 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 387 2 realm-tests 0x0000000109ccff41 _ZN5realm4util9terminateEPKcS2_lOSt16initializer_listINS0_9PrintableEE + 81 3 realm-tests...