Kenneth Geisshirt

Results 415 comments of Kenneth Geisshirt

Currently we have no plans for supporting Deno.

It is currently not on the roadmap but please upvote the issue.

@doelgonzo Thank you for reporting. We need to investigate in order to find a solution.

We have tests of the API to delete Realm files and we need to verify that we in fact have deleted the file: https://github.com/realm/realm-js/blob/master/tests/js/realm-tests.js#L1599-L1634

According to the [BSON specification](https://bsonspec.org/spec.html), UUID is binary data with a special subtype. In that light, it is not surprising. The conversion could be done by Realm Web by scanning...

Realm connects to something in two cases: * React Native debugging (port 8081 - see https://facebook.github.io/react-native/docs/debugging.html#debugging-on-a-device-with-chrome-developer-tools) * Realm Object Server (port 9080)

@lucaszanella Thanks for the explanation. It's a good candidate for something to add to our documentation 😃 .

@mongodben Thanks for the suggestion.

@509dave16 Sorry for the late reply. I imagine that you are seeing something similar to https://github.com/realm/realm-object-store/issues/373.

@509dave16 If you have time, I would appreciate if you can turn your Gist into a unit test.