James Billingham

Results 6 issues of James Billingham

**Describe the bug** When using Google login with OAuth, the presented browser does not support security keys/webauthn **To Reproduce** Steps to reproduce the behavior: 1. Set up an OAuth/OIDC authentication...

bug
status:planned

v5 was released a few weeks ago (latest is now v5.1.0) https://github.com/intercom/intercom-react-native/releases/tag/5.0.0 This package depends on v4 currently Has anyone been able to use this package with v5, or knows...

The readme mentions: > The type declarations in @stripe/stripe-js for these objects in will always track the [latest version](https://stripe.com/docs/api/versioning) of the Stripe API. It'd be helpful if there was an...

enhancement
pinned

Currently the code contains this: ```go // Latest API version release VersionV20210325 = Version("2021-03-25") ``` But as far as I can see, `v2021-10-21` is actually the latest

Hi, Not sure what exactly the cause of this problem is, but if you run either of: ``` go get github.com/sanity-io/client-go go get -u github.com/sanity-io/client-go ``` You end up with...

### Summary `pathAdvancedPattern` is one of the fields allowed by Android for intent filters - https://developer.android.com/guide/topics/manifest/data-element#path - introduced in API 31 When it is used in the `android.intentFilters` config section,...

Android
enhancement
needs review