Lee Ash

Results 46 comments of Lee Ash

There should be a time between mutate a revalidate then

For those who don't want to scratch their heads anymore, wondering why the fuck swr does this, I made my own library. https://github.com/hazae41/xswr It uses composition-based hooks and has a...

Bump; the error still happens when using getBalance()

How about [Deno](https://deno.land/) and plugins written in TypeScript/WASM ? This would solve the WASI problem since feather would still be written in native Rust. And this would be secure as...

For now, Service Workers are not like this. They always stop and start, you can't rely on them for doing long tasks. I recommend you to read the following (about...

I don't know, it just reopens when I call .disconnect()

The only workaround I had is to use the standalone client and use my own Web3 layer https://docs.walletconnect.org/quick-start/dapps/client

> > The only workaround I had is to use the standalone client and use my own Web3 layer https://docs.walletconnect.org/quick-start/dapps/client > > > > what do you mean by your...