Cretezy

Results 69 comments of Cretezy

Moved this to underlying parsing library.

Can you provide where React Native provides this? Parsing phone number is a _hard_ problem, but I'm open to implementing it. Also transferring to the underlying parsing library.

Sorry I haven't been able to address this sooner. Could you please add tests? It's unclear from the regex what type of phone numbers (they are multiple formats internationally) are...

Hey, thanks for the contribution! I could do that, or if you wish I can walk you through bring up your PR to something we can merge together (and you...

I second this. With a universal iOS/Android API, this would be an amazing piece of code. Great work nonetheless!

I'm also getting this issue (also [posted here](https://github.com/flameshot-org/flameshot/issues/2227#issuecomment-1028043168)). `Flameshot v11.0.0 (42917930)` with i3, using `flameshot gui` only. Using `-c` also still doesn't copy.

Alternatively, a way to point to a custom `.json` theme file, so everyone can be happy 😃

@benjamn ``` ➜ yarn why react yarn why v1.22.10 [1/4] Why do we have the module "react"...? [2/4] Initialising dependency graph... [3/4] Finding dependency... [4/4] Calculating file sizes... => Found...

Okay narrowed it down a little. My original code of using the following works: ```ts useQuery(gql` query { me { id } } `); ``` However, using a generated hook...