Kenneth Geisshirt

Results 415 comments of Kenneth Geisshirt

I haven't been able to reproduce it. To generate a Realm file with UUID and embedded objects, I have used the following script: ```js const Realm = require("realm"); const BSON...

@fanismahmalat > Setting the log level to trace, crashes the app instantly Please try a lower log level. And do you have a stack trace from the crash? Is it...

@fanismahmalat @feyton There is a server-side fix out, and please try again. If it still causes problems for you, please paste the relevant section of the log so we can...

@fanismahmalat As @feyton suggests, please share a code snippet which can reproduce the issue

You might find some valuable information by [profiling](https://reactnative.dev/docs/profiling) your app

@stee1ix A very large write transaction could block for an unacceptable long time, and as @cristiano-linvix suggests, breaking into smaller transactions can block for short enough time for the UI...

@tharwi I am not able to reproduce. How does your code differs from https://github.com/realm/realm-js/pull/6774?

Please provide a minimal project which can reproduce the issue.

@aight8 Thank you raising the issue. We don't have a quick fix but we use React Native Navigation on [one of our examples](https://github.com/realm/realm-js/tree/main/examples/rn-multiple-realms/frontend). I will bring it up with the...

@biztems Browser support is still on the roadmap. We will split the project in two (or three): 1. We need to get this branch rebased and make it easy to...