Brian Angulo
Brian Angulo
### Description First was encountering the following issue: https://github.com/brianangulo/scrappiefe/issues/1 where I could not run pod install but I fixed that by creating a new file with Xcode. Now every time...
## Description When using the built in validators for the TextField component such as `validate={['email']}`, `validate={['number']}` it throws as invalid when the fields are cleared to empty string. This happens...
Howdy, thank you for all of your open source contributions. The react-native app I'm working on can't rely on flipper native react native package due to some very unique Podfile...
Hi, @Inbal-Tish @ethanshar I would like to hear your thoughts on this. Thank you for all your work contributing to open source. **The Problems:** - The Day component will often...
### Description Using `LayoutAnimation.configureNext` will cause the app to crash when NOT in a release build and when using the iOS 18 SDK (after xcode forces you to download it....
Whenever I run: `open_cl = torch.device("ocl:0") happy_tt.model.to(open_cl)` The model goes to GPU temporarily then gets switched back to cpu and I confirmed this by calling device type right before calling...