Santiago José Dandois

Results 7 issues of Santiago José Dandois

### How frequently does the bug occur? All the time ### Description If you pass a realm collection to a flatlist and then call the method `scrollToIndex({ index })`, the...

T-Bug
O-Community

### Problem `Realm.Set` extends `Realm.Collection` but doesn't implement the length property. It's true that you can access the size of a Set with `size`, but still this breaks the polymorphism...

T-Enhancement
O-Community
Importance:Workaround

### How frequently does the bug occur? All the time ### Description I know that is a strange case, you shouldn't call `forEach` in a dictionary. However, I think that...

T-Bug
O-Community

### Problem When using `@realm/react` ,`RealmProvider` is responsible for opening the realm. However, opening the realm may fail, for example, if the the configuration has an invalid path. The current...

T-Enhancement
O-Community
Importance:Dealbreaker

After sharing a base64 file by bluetooth, the promise is rejected. ### Steps to reproduce 1. Share a base64 file: ```js import base64 from 'base-64'; import Share from 'react-native-share'; Share.open({...

bug

## Current Behavior When I refresh the javascript code (RR in Android), the native module state becomes inconsistent. I need to close the app and reopen to device connections to...

enhancement

Hi, first I wanted to thank you for this library. It's great. I'm facing an issue when using the `let` function. Here is my code: ```python from dd.autoref import BDD...

bug