Kræn Hansen
Kræn Hansen
## What, How & Why? This closes #6653 by introducing two implementations of the way we register our native module on both iOS and Android conditionally based on the enablement...
## What, How & Why? This adds experimental support for the browser, through an WASM / Emscripten target. ## ☑️ ToDos * [ ] 📝 Changelog entry * [ ]...
Since React Native now only supports Android 5.0 or newer, we could most likely get rid of [a hack that was introduced to solve an issue related to Android 4.x](https://github.com/realm/realm-js/blob/main/packages/realm/binding/android/hack.cpp).
We're relying on a dirty hack to detect the use of the `use_framework` directive in the consuming applications Podfile. https://github.com/realm/realm-js/blob/f84f3321764831b096848002c7c2bfbffe30f3e6/packages/realm/RealmJS.podspec#L5-L25 With React Native 0.71.0 a `USE_FRAMEWORKS` environment variable is set...
Refactor `ProgressRealmPromise` to only register a progress notification when a user of the SDK actually ask for progress: https://github.com/realm/realm-js/blob/fc633f70b69596d84f7dce5a2d7f1fac9f8e25e1/packages/realm/src/ProgressRealmPromise.ts#L168-L171 We register the listener right away: https://github.com/realm/realm-js/blob/fc633f70b69596d84f7dce5a2d7f1fac9f8e25e1/packages/realm/src/ProgressRealmPromise.ts#L137-L139C52
As per the description in https://github.com/realm/realm-js/pull/6650, we should add checks to verify the developer is building our binding into Realm Core with the same NDK we used when producing the...
## What, How & Why? This adds types to allow passing object links and embedded objects when creating objects using a class-based model constructor: ```typescript import Realm from "realm"; class...
For SDKs that don't use the FFI / C-API (such as the JS SDK), it would be great to cut down compilation time if we could configure the CMake project...
## What, How & Why? This fixes invocation of the Bindgen CLI (`npx realm-bindgen`) from a clean install of the repository, by adding a check for the existence of the...
#### SDK and version SDK : JavaScript Version: v12.7.0 #### Observations * How frequent do the crash occur? Consistently. * Does it happen in production or during dev/test? Unknown, but...