Tom Belton

Results 9 issues of Tom Belton

Metro bundler throws the following error and will not compile `at TraversalContext.visitQueue (/node_modules/@babel/traverse/lib/context.js:118:16)` I'm using RN version 0.59.9.

How do I use Flipper with Renative? There is no mention of it in the docs and Renative obscures the setup in the official documentation: https://fbflipper.com/docs/getting-started/react-native-android/ I am using Renative...

enhancement
plat:android
plat:ios
in review

When I run yarn `electron:package:mac` I get the error "Command "build" not found". When I update the packages/electron package.json script to remove yarn build from the "package:mac" script, electron build...

bug
good first issue

I am receiving data only Firebase Cloud Messages when my Android React Native app is in the background or is killed. Here is my headless task: ```javascript AppRegistry.registerHeadlessTask('RNFirebaseBackgroundMessage', () =>...

I have plenty of lines of code in my cog project like this: `"cuda" if torch.cuda.is_available() else "cpu"` and I work locally on a mac which works fine using the...

Using the latest version of cog on macOS when running `cog push` with `gpu: true` in `cog.yaml` it fails with the error: ``` 58.62 ERROR: Ignored the following versions that...

**Describe the bug** My python script runs correctly when I run it using `Python3 app.py` but when using python-shell to run the script it fails with the error: ``` Traceback...

bug

Circular progress bar does not spin when using indeterminate prop on Android. The progress bar is in a fixed position at about what would be 90% complete. react-native v0.62.2 react-native-progress...

There is some markdown at the bottom of the readme which looks like this: You'll also need to check out the optional steps as part of our [Receiving Messages guide](version...