Vojtech Simetka
Vojtech Simetka
Yeah there are no types, would be great to add them. The solution for now is to define them yourself e.g. in a file `src/@types/browser-image-resizer/index.d.ts` ```ts declare module 'browser-image-resizer' {...
blocked by #311 (need to merge it first to avoid conflicts)
So sadly this is actually not really trivial and the true solution is to replace the nodejs dependencies that do not have browser implementation with a browser one. This way...
So this happens to me sometimes with the getblock RPC endpoint. I am not sure we can do much about it outside handling it correctly https://github.com/ethers-io/ethers.js/issues/1316#issuecomment-887760999
Hi @MarvinLee666, thanks for the feature request! This makes sense but is not our priority in a short term. We are aiming to serve users who do not necessary even...
Yes that is the ultimate idea - to have a discussion about such endpoint on Bee. Great suggestion with the polling solution.
It looks like this endpoint is not available in `ultra-light` mode and it even takes time to populate in `light` mode. I would therefore suggest we keep checking the wallet...
Oh yes we need to check the `isLoading` and `error` for the hooks/providers.
Here we should also update the caching. I'll take it.
@dependabot rebase