Doug Richar
Doug Richar
I'm on React 16.12, and seeing the following warning ``` Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move code with side...
This is a proposed fix for https://github.com/perawallet/connect/issues/160
In https://github.com/perawallet/connect/blob/main/src/util/screen/screenSizeUtils.ts the library sets a CSS variable named `--vh` on the root `` element. Having a third-party library set a generic, commonly used variable like `--vh` is a recipe...
This is a holdover from the original MyAlgo implementation (pre ARC-0001) that only supported signatures by a single account per group. NFDomains requires signatures from two accounts to verify a...
Similar to its algod client, the WalletManager can create an indexer client that is optionally configurable and updates when the active network changes.
The library uses ES6 classes with private methods, which Safari started supporting in v15. Older versions of Safari will throw: ``` SyntaxError: Unexpected private name #. Cannot parse class method...