Pingou

Results 10 issues of Pingou

It would be great to have a callback that fires when the pdf is scrolled with the new coordinates, and be able to set up this coordinate back. Exemple, I...

Error: While trying to resolve module `react-native-image-crop-tools` from file `ChoosePicture.js`, the package `/node_modules/react-native-image-crop-tools/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved....

If you set a custom width/height to the canvas, then use toDataURL, the image exported is wrong/not the same as the image shown. Example: `render() { const canvasWidth = 900...

I modified generate_location to handle duplicates of file uploaded so I only ever have one version of a file, if different users upload the same file. It is working but...

### How frequently does the bug occur? Sometimes ### Description I have quite a lot of these crashes showing up in production on iOS. I personally have never been able...

T-Bug
O-Community
Repro:No
SDK-Use:Local
Encryption:Off
Frequency:Sometimes

on 1.4.0, I have the following error on mac m2 when compiling: In file included from /Users/pingou/react/app/node_modules/react-native-fast-tflite/cpp/TensorHelpers.cpp:9: /Users/pingou/react/app/node_modules/react-native-fast-tflite/android/../cpp/TensorHelpers.h:15:10: fatal error: 'tensorflow/lite/c/c_api.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~

### How frequently does the bug occur? Sometimes ### Description Some users are crashing with the Error: Database has an unsupported version (9) and cannot be upgraded, js engine: hermes...

T-Bug
O-Community
Repro:No
SDK-Use:Local
Encryption:Off
Frequency:Sometimes

A few of my iOS users are crashing with the following error: Fatal Exception: RCTFatalException: Unhandled JS Exception: Error: Exception in HostFunction: , js engine: hermes Unhandled JS Exception: Error:...

In the example code of the documentation we can find those comments: // dbName: 'myapp', // (recommended option, should work flawlessly out of the box on iOS. On Android, //...

In React Native 81.1, the listener will fire and give the previous orientation, not the current one. Using a setTimeout and getOrientation will give the correct orientation but obviously that...