Vasco Gonçalves

Results 5 issues of Vasco Gonçalves

I just spent a lot of time trying to find a way to override the response codes that are cached only to find out that you already support this through...

Testing out the new Android support on a Pixel 4 and the library always reports Fingerprint as the supported biometry type. You should use `getPackageManager().hasSystemFeature(PackageManager.FEATURE_FACE)`: more info https://developer.android.com/reference/android/content/pm/PackageManager#FEATURE_FACE I can...

There's what I think is a bug on waiting for the Biometric Prompt result, more specifically in this part of the code: https://github.com/oblador/react-native-keychain/blob/c854720a8945990dc75bbfbd02dc2044bda8aead/android/src/main/java/com/oblador/keychain/KeychainModule.java#L849-L859 Particularly in the case where there's an...

The `examples` keyword is never transformed to `example` for shared schemas (added via `fastify.addSchema` and referred with `$ref`). This PR calls the appropriate function on preparation of these shared schemas....

Won't be able to merge this until react-admin updates to @material-ui/core 3.2.0 or above, because of this: https://github.com/dmtrKovalenko/material-ui-pickers/commit/8b35d655fdde44d34be17a0afb8176bd6a870122 This is the module that must be updated: https://github.com/marmelab/react-admin/blob/master/packages/ra-ui-materialui/package.json