jlok

Results 13 issues of jlok

I want to load a low quality image if user is on mobile data. However, if the high quality image is already cached, then show the high quality image. Any...

feature

On Android, CvCamera view is rotated 90 degrees counterclockwise. I tried several solutions I found during search including setting android orientation to portrait in androidmanifest.xml and adding Core.rotate(in, in, 0)...

Does setting zoomtype for zooming in chart work for anybody or is it not supported in this library yet?

I am finding a weird issue where the first time I install my app on the device and view a chart, the chart shows no datapoints. The legend, title, and...

In 4.5.3.0 and 4.4.0, I am unable to use org.opencv.img_hash.PHash. I get error: `No implementation found for long org.opencv.img_hash.PHash.create... ` Same for the other classes under org.opencv.img_hash. I am importing...

bug

When enabling freeze, I get this error occasionally (maybe 1/10 navigations) when navigating screens in development mode on an android real device and simulator. Haven't tested on ios. Seems to...

If a second toast is initiated before the first is complete, the second one waits until the first has finished before showing. Can an option be added to toggle whether...

### How were you trying to build the app? yarn start --reset-cache Getting an error during build when I have react-native-worklets-core installed for frame processors. If I delete and reinstall...

🔧 build error

### What's happening? I am trying to setup a frame processor with tflite as the docs show but I'm getting a crash. https://github.com/mrousavy/react-native-fast-tflite This line appears to be the issue:...

🐛 bug

### Question I have the output from rn-fast-tflite. What is the correct way to send the data to the next (custom) frame processor? If I do the below, it causes...

💭 question