Alex

Results 10 issues of Alex

this PR adds a base eslint + prettier setup to make developing a little easier just run yarn install and should be good to go :)

Initial draft PR for docs based on nextra

I often come across libraries or codebases that basically reimplement useContract, getContract, etc. originally seen in the Uniswap interface codebase. I've been pondering if it makes sense to officially add...

I'd really like to use my own completely styled toast component and just use the toastify api to display/close it. It doesn't seem like this is possible (didn't find anything...

Feature Request

**Bug 🐞** ### What is the current behavior? When using routing urls (in conjunction with Nuxt) the search box and hits aren't adapted when already being on the same route...

Fetching ABIs from etherscan or sourcify is great but only works if the contracts are already deployed and verified. But how do you work with contracts that are not yet...

**Question** How do you actually implement a working LQIP image? I've got the following code: ```javascript const previewURL = buildURL( `${process.env.NEXT_PUBLIC_IMGIX_URL}/${getImgixPathFromSignedUrl( template?.preview )}`, { q: 70 } ); ``` ```javascript...

In the tutorial series it says it uses cursor-based pagination: https://www.prisma.io/blog/fullstack-nextjs-graphql-prisma-2-fwpc6ds155#pagination-at-the-database-level However, the code says something different: https://github.com/prisma/awesome-links/blob/main/graphql/types/Link.ts#L28 Doesn't seem to me that it uses cursor-based pagination 🤔

### Describe the bug Right now, the Google Strategy only allows for the "openid", "profile" & "email" scopes, however, there are many custom scopes that can be used with Google...

update readme examples to be more in line with new remix versions