Andrei Surugiu

Results 14 issues of Andrei Surugiu

![Peek 2023-01-26 21-53](https://user-images.githubusercontent.com/54327698/214936885-8784a7b7-b4f6-48b4-90dc-8b8d5285a1c2.gif) The last example from the [bounds section](https://www.neodrag.dev/docs/react#bounds) doesn't work in firefox (not only for react, for all of them). It works perfectly fine in chromium. firefox version:...

### What feature or enhancement are you suggesting? I think it would be great to have documentation on how to create a **frame processor** plugin using the Expo Modules API...

✨ feature

Hi, I'm trying to extract `useState` patterns from react, but the `selections` object has the wrong types (some properties aren't even added): ![image](https://github.com/gvergnaud/ts-pattern/assets/54327698/f25be7ec-6bda-422b-84a7-e928e7945a31) ```ts import { match, P } from...

workaround provided

It seems that for each line, MLKit provides a rotation degree and confidence score, is it possible to add this to RN? https://developers.google.com/ml-kit/vision/text-recognition/v2 Example for line 0: Text | Wege...

Basically, that iOS only animation for modals, what you can see here at 4:49 - 4:52 https://youtu.be/EcIA3nfNbsg?t=290

**Describe the bug** Switching from light to dark and viceversa becomes very laggy after a few attempts. The code is a basic example derived from the one shown in https://www.nativewind.dev/v4/guides/themes#switching-themes...

Hi, I think this example would be improved if it didn't have an anemic domain model, read about it here https://en.wikipedia.org/wiki/Anemic_domain_model I'm saying this since your domain only contains the...

Hey, after building the binary and moving it in `~/.local/bin` it didn't work, since you need the templates. I would be cool if the default templates were used when you...

Hello noya team, Is there any high level overview of the codebase, an architecture of sorts on how everything works and is tied together? The code is quite readable, but...

Currently, you can only download documents individually. It would be nice to implement a bulk download feature that allows us to: 1. Provide an array of multiple documents 2. Initiate...