alinradut

Results 19 comments of alinradut

This code is extremely old, I doubt you'd be able to find and Xcode and cocos2dx that would still be able to build it.

The default room history is not to be relied upon, as most servers lose the messages when they are restarted. You'll probably want to enable MAM for the rooms to...

Hey, I actually needed the same thing and I added it in my fork here: https://github.com/alinradut/plantuml-editor Also disabled automatic local storage saves and added history pushstate/popstate. I probably implemented this...

Just a quick update that this is still happening in realm_core_v_13_20_1. This is happening exclusively in the extensions where I open the Realm in read only mode, I've never seen...

Another update, fortunately I found a reproducible use case: - currently using realm-swift 10.44.0 with an encrypted Realm - in the main app, where Realm is running in read-write mode,...

Two crash logs below: ``` Assertion failed: has_refs() 0 realmcrash share 0x0000000103c0a1a8 _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28 1 realmcrash share 0x0000000103c0a188 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 308 2 realmcrash share 0x0000000103c0a054 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 0 3...

Correction: I see this was added in the chatsecure fork: https://github.com/ChatSecure/libsqlfs/commit/4456f8a83c7af7dc6b8cf6456dae94fe7979c24c

Oof 😳 I've been using Realm for the last 8ish years and this is the first time I've heard this, read only mode was the only way to use an...

@tgoyne apparently this is still a valid issue. Using Realm in read-write mode reduces the likelihood of the crash happening, but doesn't prevent it altogether. I have updated the test...

@tgoyne: can this issue be reopened or should I file a new one? 🤔