Andrei Alecu
Andrei Alecu
Flashlist does not support `minHeight` in `contentContainerStyle` resulting in an issue if there isn't enough content to fill the screen when swiping between panes. See video below for an explanation:...
### Initial checklist - [X] I read the [support docs](https://mdxjs.com/community/support/) - [X] I read the [contributing guide](https://mdxjs.com/community/contribute/) - [X] I agree to follow the [code of conduct](https://github.com/mdx-js/.github/blob/HEAD/code-of-conduct.md) - [X] I...
I'm not sure how this happened, but I'm running into some issues building Detox, which seem to have been fixed by various PRs such as #336 and #340 However, those...
## Bug Description ```ts console.log( new Intl.DateTimeFormat('en-US', { hour: 'numeric', minute: 'numeric', }).format(new Date('2021-09-30T18:00:00.000Z')), ); ``` The above prints `21:00` (incorrect because of locale) on `iOS`, but `9:00 PM` (correct)...
Hi again. While fixing the other issue yesterday, it got me thinking that trying to determine which font to use in each render might not be super efficient. I decided...
For anyone coming across this this library, be aware that it only seems to support JSON data. Objects/classes will serialize to `[Object object]` and that's what your snapshots will contain....
Azure now has a special `single_page_application` type, which doesn't seem to be directly documented here: https://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/azuread/TF-AzureAD-Application/docs/README.md It's been added a while back: https://github.com/hashicorp/terraform-provider-azuread/pull/474 I'm not sure what would need to...
**Describe the issue** A dependency, [cbor-x](https://github.com/kriszyp/cbor-x/), triggers CSP errors due to its requirement for `unsafe-eval`. This is observed in the dependency's code, leading to reports on our CSP report URL....
It would be great to have two-factor authentication support either via TOTP (Google Authenticator type apps) or the more modern Passkeys/Web Authentication API.
I'm thinking of using this in the browser, as I've read in the documentation that it should be supported. Basically I need to store some sensitive user data, but don't...