Claus Rørbech
Claus Rørbech
Sounds a bit like #1243 🤔
Hi @susonthapa. This repository is for `realm-java`. If you use `realm-js` with ReactNative then please report your issues at https://github.com/realm/realm-js.
@starchey Thanks for the feedback. There are number of code paths that could lead to this, but I can't really figure out which one that is triggered from you input....
Discussed on [Kotlin slack](https://kotlinlang.slack.com/archives/C3PQML5NU/p1713952972395599?thread_ts=1711715546.770359&cid=C3PQML5NU)
The problem is the implicit requirement spread across multiple calls. In the above the actual query's `find` would also have to be executed in the same context. We could bind...
I guess it would be significantly easier to make the threading/dispatcher right if we postponed doing the actual query/result until collecting the flow by offering a method that takes the...
It is really hard to say anything from the above crash. Is it possible to describe some more details about how use are using the realm by supplying the model,...
Update SDK code base to support compilation with K2 in #1721
@dhng22 With #1721 the SDK will actually compile with K2, but due to binary compatibilities we will have to ship separate distributables for 1.9 and 2.0. The intention is to...
This is fixed in https://github.com/realm/realm-kotlin/tree/next-major as part of the `Collections in mixed`-implmentation. Previous issue was https://github.com/realm/realm-kotlin/issues/1488. It required quite some changes throughout the operator-infrastructure so don't think it is worth...