Kræn Hansen
Kræn Hansen
Our `RealmSet` extends the `OrderedCollection` which implements these for it?
Closing this issue in favour of https://github.com/realm/realm-js/issues/6561
I too want to throw instances of specific subclasses of (the JS global) `Error`, since the calling code is performing `instanceof` comparisons to detect the type of failure. One idea...
I've made a bit of progress on a workaround for this as I noticed the `impl From for Error`: https://github.com/napi-rs/napi-rs/blob/368e210a8d99b0f53254281c290e0a87b17c6c55/crates/napi/src/error.rs#L83-L111 ## Inject and fail in a single call More specifically,...
@robhogan you mentioned on https://github.com/facebook/metro/pull/1136#issuecomment-1812236609 that `enableHastePackages` is default-off from Metro 0.79, am I missing something obvious / context here? This issue persists even when I explicitly set `resolver.enableGlobalPackages =...
@siddarthkay do you have plans to continuing working on this? Alternatively, I'd be interested in taking over the assignment of the original issue.
Should defaulting to Hermes being enabled be included in this, to match the RN template?
@DeltaSPb I managed to reproduce this following your instructions, using Chrome for MacOS Version 125.0.6422.112 and 125.0.6422.113 (Official Build) (arm64). Thanks a lot for writing up the reproduction. It took...
My current understanding of the problem is that Chrome added the `Symbol.asyncIterable` to the `ReadableStream` in recent versions, which makes the SDK take a different branch in `asyncIteratorFromResponseBody`. Because of...
The fix was released through [`[email protected]`](https://github.com/realm/realm-js/releases/tag/realm-web-v2.0.1) - please help take it for a spin. And thank you all for your patience on this one!