Kenneth Geisshirt

Results 187 comments of Kenneth Geisshirt

@thespacemanatee We can't give an exact timeline but we are currently working on the next release candidate. Moreover, we have outlined what will come in v11: https://github.com/realm/realm-js/discussions/4839

I am closing the issue as we are working on a technical design internally.

@atomfried Thank you for your investigation. > Realm isn't broken, just tricky to use For us, it is important that it is not tricky to use. So I will leave...

I am not able to reproduce it, and I believe [@rvanmil's comment](https://github.com/realm/realm-js/issues/4494#issuecomment-1180063445) explains why. I am closing the issue.

You can try small transactions: ```js sampleModels.forEach(model => { realm.write(() => { realm.create(Schema.name, model, UpdateMode.All); }); }); ``` Currently Realm doesn't support multi-processes, and despite the name [react-native-threads](https://github.com/joltup/react-native-threads) utilitizes multiple...

@Uninen Thank you for reporting. `git blame package.json` tells me that I added the dependency back in 2018 🤣 . I don't think it is needed anymore but we need...

@chichiangho I don't know if https://github.com/realm/realm-js/issues/3687#issuecomment-1024149588 can be applied here.

You can set the environment variable `REALM_USE_SYSTEM_OPENSSL` to use the system OpenSSL. It should work for both MIPS and ARM. Currently we need to use a custom OpenSSL to support...

In Docker on my M1 macbook I have cloned and built successfully Realm JavaScript for Ubuntu (`Linux 81ceaf4307d6 5.10.104-linuxkit #1 SMP PREEMPT Thu Mar 17 17:05:54 UTC 2022 aarch64 aarch64...

@Karl-EdwardFPJeanMehu From [your comment](https://github.com/realm/realm-js/issues/4675#issuecomment-1165870897) it looks like you are using Vagrant. I wonder if you are mixing Linux and MacOS binaries. We have seen similar issues when [building for Electron](https://github.com/realm/realm-js/issues/3828)....