Leonardo E. Dominguez

Results 74 comments of Leonardo E. Dominguez

Did anyone find a workaround that is not downgrading? For some reason, it works good on my machine but not on CI.

By the way, I found the cause of the bug, looks like it was related to using dynamic/static frameworks (`use_frameworks`), which you most likely have enabled if you are using...

Ya, that'd be great. It's working good for me. This is the patch: ```diff diff --git a/node_modules/react-native-blurhash/ios/BlurhashModule.mm b/node_modules/react-native-blurhash/ios/BlurhashModule.mm index 0069675..560040d 100644 --- a/node_modules/react-native-blurhash/ios/BlurhashModule.mm +++ b/node_modules/react-native-blurhash/ios/BlurhashModule.mm @@ -6,7 +6,12 @@ #import...

Just experienced this same error and I can confirm is not related to sorting relations because I'm not sorting by relation but by two strings values, one of which is...

To add to this, would be good to add Geist variable font which is not currently available through fontsource.

Love this proposal, I built a similar system but on the JS side for a local-first chat app and would love to know more about the benefits of this approach....

I'm not sure if it's the same issue but I'm experiencing something very similiar, these are two different crash reports: **Versions:** ```json "react-native-ios-context-menu": "^2.5.1", "react-native-ios-utilities": "^4.4.4", ```

I'm not sure why this PR hasn't been merged. These changes are exposing a functionality that is already supported by drizzle and that is used on the query builder. For...

I just came to report this, I'm experiencing this same problem. I'm using react-table `v8.7.4` and react-virtual `v2.10.4`