chr4ss12
chr4ss12
@slycoder this should be opened, it is not possible to have rounded corners on a local view video if it is overlaying the participant view, I've tried every combination I...
same problem here, as it stands currently sentry is not usable for us
@efstathiosntonas did you ever get around updating it to reanimated 3 library, if yes do you mind sharing it. I was interested seeing how your nested comments work
@efstathiosntonas thanks, i appreciate it! I've gotten it working with the react-native-nested-comments-with-lines and with that gist, I also tried to use the newer files (RepliesLines), but I think there's one...
bump, there is no reason why me using few emoticons on react pulls in 70KB+ worth of stuff
this is still an issue with the latest version, I render it thousands of times on a web page, and it adds 6 extra seconds to the web page load,...
@gabrieljablonski that does speed it up thanks
yep same here, no repro, but using it in a very simple way: ``` livenessDetectionService.onFacesDetected(faces, rect, cameraRef, insets)} faceDetectorSettings={{ mode: FaceDetector.FaceDetectorMode.accurate, detectLandmarks: FaceDetector.FaceDetectorLandmarks.all, runClassifications: FaceDetector.FaceDetectorClassifications.all, minDetectionInterval: 0, tracking: false, }}>...
download HEAD.zip from this repo (instructions in readme.md), unpack, edit setup.py manually to remove the check, and pack it up again to HEAD.zip, and install it locally using pip3 install...
you could make a PR.