Kenneth Geisshirt

Results 196 comments of Kenneth Geisshirt

> output noted that a client reset was needed Did it say why a client reset was needed?

Unfortunately not. For our tests, we have a brutal method (`Realm.clearTestState()`) to kill all threads and free all resources - but using the method can lead to corruption of your...

With v12 out we are rewritten this part of the code base, and I believe that it has fixed the issue.

@Frans-L We appreciate your kind words. As @kraenhansen says, the team has put a lot of effort into making the SDK more stable - and more pleasant to work on...

Version 12.0.0 introduced support for the spread operator

@bmunkholm * From [this comment](https://github.com/realm/realm-js/issues/4765#issuecomment-1300267473), JS is probably ready to try it * According to [this comment](https://github.com/realm/realm-js/issues/4765#issuecomment-1303328559) it is still unclear if Kotlin is ready

@liamjones In Realm JavaScript v11.3.0 we introduce online compaction i.e., Realm files will be compacted during commits. The proposed feature is valuable but we believe you will less frequent need...

In v11.0.0 we added `toJSON()` and it can handle cyclic object graphs. The output can be used together with packages like [`flatted`](https://www.npmjs.com/package/flatted).

The issue mentioned says that N-API or Context Awareness is required in the future. Currently we use NaN, so it will require a rewrite to use N-API. Luckily, the code...