martin
martin
In documentation "Recipes - Fingerprint Protection #Saving" say `touchId` (see [link](https://mcodex.dev/react-native-sensitive-info/docs/protectingWithFingerprint#saving)) while in same document under "#Getting" or in examples and typings correctly shows `touchID`.
The following code (from the docs) triggers the fingerprint auth in Android while in iOs does not triggers (correctly) the Face ID. Using v6 @next I did expect a validation...
Passing `options` in all the methods should be optional, nowadays it is required to pass an empty object. At present the keys are optional, while probably they have a fallback...
When compiling with `sass v1.44.0` (also some previous, e.g., v1.32.12) we get an error: ```text Module build failed (from ../../node_modules/sass-loader/dist/cjs.js): SassError: Top-level selectors may not contain the parent selector "&"....
## Bug report ### Current Behavior When used the prop `validateOnMount={true}` the component runs the validation as required (using `validate` and/or `validationSchema` produces the same behaviour), but if the component...
Fix #2205
### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [X] Not reproducible...
@rwieruch Very good example, thanks for sharing. I have a question regarding Queries, for example RepositoriesList or IssueList, and pagination. The first time the view mounted the query retrieves 5...
**Your Environment** * **plugin version**: 3.1.1 * **Prettier version**: 2.3.2 * **node version** 14 **Describe the bug** The plugin removes the whitespace before the imports' block, but it should not...
**Your Environment** * **Prettier version**: 2.3.2 * **node version** 14 **Describe the bug** Depending the order of `import type` and `import` is derived the output. Having 2 files with multiple...