Matt Lockyer

Results 25 issues of Matt Lockyer

removed `componentWillMount` and moved `this._loadModule();` into `componentDidMount`. squashes the warning as `componentWillMount` was marked as `UNSAFE_componentWillMount()`.

When I include: `import './../node_modules/@picocss/pico/scss/pico.scss';` I get: ``` > yarn build yarn run v1.22.10 $ yarn clean $ rimraf ./dist $ parcel build src/index.html --no-source-maps 🚨 Build failed. @parcel/optimizer-cssnano: :461:271:...

![image](https://user-images.githubusercontent.com/321340/116819040-25202200-ab23-11eb-8b06-d11fe5422f63.png)

Adding a tokenization library or making this an optional input could really help. For instance, what if I wanted to search only top sentences related to "food" for recipes or...

Steps to reproduce: 1. deposit and stake tokens e.g. 100 2. deposit more tokens but _do not_ stake them e.g. 50 3. withdraw tokens e.g. 25 _works_ 4. now call...

enhancement

_**Describe the bug**_ I use NAJ in cloudflare workers and there is not `process` and of course no `process.env` so the following code throws errors: [https://github.com/near/near-api-js/blob/689705926fe437b8d8671d72e77148228c895992/lib/utils/errors.js#L31](https://github.com/near/near-api-js/blob/689705926fe437b8d8671d72e77148228c895992/lib/utils/errors.js#L31) I think this was...

bug
P2
good_first_issue

***Describe the bug*** With the addition of 2FA we have accounts that ONLY have limited access keys. In an app this makes signing of contract changeMethods with deposits impossible (requires...

bug

**Problem** Enable Ledger uses default HD Path, no option to change like in recovery. When securing with Ledger user should be able to choose HD Path. This changes the keypair...

Bug
Priority 2

## Story As a USER who has a TON of accountIds, I want to have the accountId list auto scroll as I type, so I can easily find my accountIds....

🙏 Help Wanted
New Feature ✨