Kræn Hansen
Kræn Hansen
## Goals In it's current form the `App` constructor takes generic type arguments enabling developers to "lock down" the type of the "functions factory", user custom data and profile data....
### Problem In its current state, it's not possible to use the `instanceof` operator to check if the value of a property is a `Realm.List`, `Realm.Result` or `Realm.Collection`: This [simple...
## What, How & Why? This is an attempt to run integration test with the new architecture enabled. ## ☑️ ToDos * [ ] 📝 Changelog entry * [ ]...
## What, How & Why? Removes undocumented behaviour enabling the declaration of object schema properties by passing an array of property schemas. ## ☑️ ToDos * [ ] 📝 Changelog...
## What, How & Why? This feature was never documented and it depends on the order of properties in the schema, which feels like an implementation detail to me. ##...
## Goals Alignment on the naming of boolean properties describing a predicate of the Realm. ## Expected Results I would expect all of these properties either all start with `is`...
## Goals A strongly typed and unified API across Realm JS and Realm Web. ## Expected Results I would expect calling a MongoDB Realm function would have the same signature...
## What, How & Why? This splits the `@realm/bindgen` package into two, adds rollup to both `@realm/binding` and `realm` and updates the `turbo.json` accordingly.
It would be lovely to follow the schedule of other individuals (your friends) on the congress. Maybe another feature - but it could also be nice to write where you...
`eslint-plugin-tsdoc`: Rule to mark types referenced through `{@link}` and `{@inheritDoc}` as used
When writing tsdoc strings, it's powerful to be able to reference types from an inline link tag. It would however be great if the eslint plugin would mark these as...