Daniel Merrill

Results 7 issues of Daniel Merrill

Thank you for an amazing library! Over the last few weeks I've spent so many hours tinkering with ffmpeg/vlc options trying to pipe a Wyze cam feed into a browser...

bug

## Description In reanimated 2.8.0, animations that run on component initialization don't always animate. I can't figure out why they work sometimes and don't work other times. The strangest thing...

Platform: iOS
Repro provided

cmd + shift + s is usually mapped to 'save as' -- running frappe overrides this. Having a keyboard shortcut for 'shake' is really useful though, possible to map to...

Currently, panning the image is disabled until the user performs a pinch gesture, which is not always the desired behavior. This change adds an `allowsInitialPan` prop to configure whether panning...

### Description In Expo 49 iOS (dev-client and snack), exiting animations are broken for layout animations rendered as a sibling of an absolutely-positioned element, unless wrapped in an additional view....

Platform: iOS
Reproducible 🎉
Repro provided

Hi, I'm trying to pipe vision camera output into a tflite [face detection model](https://storage.googleapis.com/mediapipe-assets/MediaPipe%20BlazeFace%20Model%20Card%20(Short%20Range).pdf) that requires 128x128x3 float32 input. Here's the relevant code: ```tsx const IMAGE_SIZE = 128 const COLOR_CHANNELS...