Kræn Hansen
Kræn Hansen
I'm trying to parse the following WebIDL: ```webidl interface Foo { constructor(); }; ``` I expect the parser to emit [a Constructor operation](https://webidl.spec.whatwg.org/#idl-constructors) but instead it returns an anonymous function...
We should re-establish watch streams when all events are consumed, since that means the connection got closed. We should ensure to send the _id of the last received event when...
## Goals I would like to be able to easily convert a `Realm.Object` to a plain-ol'-javascript-object. ## Expected Results When doing a JS spread on a `Realm.Object` I would expect...
## What, How & Why? Follow up to #4537 which broke some Realm React code. ## ☑️ ToDos * [ ] 📝 Changelog entry * [x] 📝 `Compatibility` label is...
## What, How & Why? This closes #4060 cutting our NPM unpacked archive by 30 MB from ~320 MB to ~290 MB. ## ☑️ ToDos * [x] 📝 Changelog entry...
### Problem Once https://github.com/realm/realm-js/pull/4331 is merged our users need to add a lot of boilerplate code to use the feature: ```typescript const app = new Realm.App("awesome-app"); const user = await...
## What, How & Why? This closes (part of) #2869 by: - Adding `workspaces` to the root `package.json` - Removed "Start packager" step from the `example/ios` and `integration-tests/environments/react-native/ios` xcode projects,...
## Goals & Expected Results Users would expect custom data transmitted through the access token to be EJSON deserialized. ## Actual Results The data is not EJSON deserialized. ## Steps...
### How frequently does the bug occur? All the time ### Description Creating objects which isn't subscribed to, will experience the `Promise` returned from a call to `realm.subscriptions.update` will never...
- components: `Carousel` - reactstrap version `6.5.0` - import method `es` - react version `16.6.3` - bootstrap version `4.1.3` ### What is happening? The API for the `Carousel` has implicit...