Yuri

Results 28 issues of Yuri

In Helpers.js there's a code on line 75 which determines if link needs to be active. I added console log there like so ``` if(offsetY >= top && offsetY

I am calling `useCall` on moonbaseAlpha chain, it is using their multicall contract defined in `useDapp` code. When the function returns error, I get error thrown in browser console from...

Similary to`pallet-uniques`'s `Account` and `ClassAccount` storage. RMRK pallets should have `Account` and `CollectionAccount` storage to be able to query NFTs and Collections by account on the front end https://github.com/paritytech/substrate/blob/9bf7aaa2f5411db7f6efd5aa00360d04f09d1b53/frame/uniques/src/lib.rs#L169-L178 https://github.com/paritytech/substrate/pull/9940...

Hello thanks for this plugin! I am updating to capacitor 3.0 and everything works on iOS but on Android when logging in with facebook it opens a browser popup where...

# Description Testing automated solidity code analysis on each PR using this: https://github.com/Decurity/semgrep-smart-contracts # Checklist - [ ] Verified code additions - [ ] Updated NatSpec comments (if applicable) -...

Look at https://github.com/EthWorks/useDApp/tree/master/packages/core#contributing for inspiration

And make sure eslint and jest unit test yarn scripts are run during github actions Example here https://github.com/EthWorks/useDApp/blob/master/.github/workflows/CI.yml

We have some code snippets for this, need to cleanup and add here

For the extension hook, it would be great if extension hook would return methods to `set` and `get` your active account. This would save selected account object to reducer/context and...