Kræn Hansen
Kræn Hansen
I tried following the instructions on [Building the projects](https://tsdoc.org/pages/contributing/building/), but noticed two blockers: - The `rush.json` [declares Node.js v14 as the highest supported version](https://github.com/microsoft/tsdoc/blob/a4114a053831933bee60a49295692995dac2b129/rush.json#L127) for the repo, while it has...
In its current form, the plugin doesn't supply a rule to check the types referenced from an inline link or inheritDoc tag. This means that it's harder for maintainers of...
## What, How & Why? With inspiration from @nielsenko via https://github.com/realm/realm-dart/commit/2d93a4f3 this should speed-up running our Android tests. As a baseline, the Android tests are currently taking: - [23m 43s](https://github.com/realm/realm-js/actions/runs/7687925678/job/20948609323?pr=6438)...
## What, How & Why? I want to improve the default experience of running our tests. Unfortunately, contributors to the project isn't allowed to pull the docker image and run...
## What, How & Why? This is another stab at fixing #5894: - Deleted a usage of Rollup and related files in the SDK package. - Introduced separate tsconfig files...
In an effort to lower complexity of our build / bundle process for the `realm` SDK package we'd like to explore migrating from using a bundler (we're currently using Rollup)...
## Goals Being able to compare two objects from a Realm meaningfully and using newer ES features such as `Set`. This will also address important issues arising from React components...
## Goals To improve [the debugging experience](https://github.com/realm/realm-js/issues/491), we could show a "yellow box" warning, telling them about the Safari workaround for debugging, when detecting that the user is debugging on...
## Goals If I am not specifying an error callback on the sync configuration object - I never get sync errors. ## Expected Results I would expect these errors to...
## Goals As mentioned in https://github.com/realm/realm-js/issues/2125#issuecomment-440616047 it would be great if Realm JS would never log to the console. ## Expected Results It's idiomatic that JavaScript libraries, such as Realm...