Kræn Hansen

Results 321 comments of Kræn Hansen

https://github.com/realm/realm-js/issues/6446 seems related to this.

If we choose to refactor the workflow such that test jobs depend on the upload of the prebuilt artifact that it actually needs, we could probably revert https://github.com/realm/realm-js/pull/5729 as well.

See https://github.com/realm/realm-js/pull/6379 for details on why the upgrade fails.

To be honest, this is probably a bit more involved than a refactor. Since the app is written with a tight coupling to React DOM (using HTML primitives, which would...

Full disclosure: I haven't spent the time to really understand the problem nor its root cause, but I've managed to get instrumentation working on JS output from the TypeScript, including...

I actually spent quite some time trying to fix this myself and I do have a fix, but it breaks ~30 regression tests: My approach involves: - Storing a `reflection.type`...