Kræn Hansen

Results 321 comments of Kræn Hansen

This is definitely unfortunate - thanks for reporting it 👍

You're most likely hitting a variant of https://github.com/realm/realm-studio/issues/1003#issuecomment-439019473 > Realm encryption is not platform-agnostic - it depends on the platform's page size. So generally, you should not expect to be...

This is currently crashing: > Sync Errors > 06-28 10:19:24.844 3482 3513 E libc++abi: terminating due to uncaught exception of type facebook::jsi::JSError: expected 'Person' to equal 't' > 06-28 10:19:24.844...

I ran it with `-frtti` and `-fexpections` but got the same crash. Another theory of mine: 1. We're failing an expect that normally passes, possibly because this PR produce a...

This might be an interesting eslint plugin to resolve this and prevent regressions: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md

This eslint rule could be relevant: https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-deprecated.md

@elle-j with https://github.com/realm/realm-js/pull/6769 merged, I'd expect the Android tests to run if this branch is rebased.

Putting this into draft as it seems [I'm missing a few](https://github.com/realm/realm-js/actions/runs/9484875696/job/26135443860?pr=6721#step:5:18) `@internal` annotations.

I agree - this feels like an oversight 👍