Henry Ives

Results 12 comments of Henry Ives

Hey! As far as I can tell, this is still an open issue. There seems to be some confusion around this set of extensions, so here's my current understanding of...

fwiw we gave up on trying to get this to work and moved to the Google Places API. Since our app just needed a fairly standard city autocomplete as a...

I believe I am getting a similar false-positive 403 from an opaque Cloudflare security layer, happening when I try to upload images to either Supabase Edge Functions or Supabase Storage....

Was about to implement this myself when I found this—awesome work! Curious—has there been any discussion around implementing the inverse (a flattenObject function) for the Hono client? It's relatively simple...

Interesting—that's essentially what the code in this PR does. I'm suggesting a utility that can take a nested object and parse it into a flat object with dot-notation keys. That...

I had the same issue and figured out that it's not an issue with this package, just a matter of setting up your iOS LSApplicationQueriesSchemes permissions, as described in [the...

> +1 got the exact same issue... Not using Expo btw. Followed the steps that where provided in [the docs](https://react-native-share.github.io/react-native-share/docs/install#ios-install), but wasn't able to build the app afterwards... Interesting. What...

> I just copied the rows from the docs: > > ``` > LSApplicationQueriesSchemes > > whatsapp > mailto > instagram > instagram-stories > fb > facebook-stories > > ```...

This would be a great addition; especially being able to include arbitrary entries into the App Clip's Info.plist. There's a typo in `infoPlistAdditionnalEntries`—should be `infoPlistAdditionalEntries`. I wonder if it'd be...