Marcos
Marcos
After opening the dialog with the `open` method, the method's promise does not complete if you click outside of it. This occurs on iOS.
Typescript complains, but it works: ```ts CryptoES.PBKDF2(..., { hasher: CryptoES.algo.SHA1 }); ``` Typescript accepts this but it doesn't work: ```ts CryptoES.PBKDF2(..., { hasher: new CryptoES.algo.SHA1() }); ``` I'm guessing the...
I've tried reinstalling the account switcher, removing all accounts and adding them back but there's only one specific account that it will work and the rest will continue to keep...
I have a couple of apps using this library to read barcodes and QR codes from the camera's live video feed. Last year, we were testing one of these apps...
### 🔎 Search Terms autoImportSpecifierExcludeRegexes ### 🕗 Version & Regression Information - This changed between versions ______ and _______ - This changed in commit or PR _______ - This is...