nijynot
nijynot
I wrote a little about it [here](https://medium.com/@nijynot/foward-and-backward-pagination-arguments-are-equivalent-f1b4a01f3070), but basically `after = Math.max(before - last - 1, 0)`. So if you implement `first` and `after`, you automatically get the functionality of...
There's to no option to disable the `focus-trap` on the modal. There's the `focusTrapPaused`, but that only pauses it, doesn't deactivate.
Grin has a REST API - for the [node](https://github.com/mimblewimble/grin/blob/master/doc/api/node_api.md) and for the wallet ([foreign](https://github.com/mimblewimble/grin/blob/master/doc/api/wallet_foreign_api.md) and [owner](https://github.com/mimblewimble/grin/blob/master/doc/api/wallet_owner_api.md)). Might make sense to turn the documentation of the REST API into a proper...
Find out what the general look and feel of Grin should be. Finished logos and other assets can later be added to the press kit (mimblewimble/grin-pm#49) and [grin-tech website](https://grin-tech.org/visual).
I'm using `ethers` with version `6.6.4`. When calling ```js const { domain, types, values } = AllowanceTransfer.getPermitData( permit, permitAddress, chainId ); return signer.signTypedData(domain, types, values); ``` I get the error...