Varun Srinivasan

Results 15 comments of Varun Srinivasan

yes, the exchange rate crate isn't very mature right now, thanks for pointing out these issues. i noticed some PR's, will review them over the weekend. i will probably drop...

thanks for flagging, will fix soon

👍 will add this to the roadmap. we already have a temporary implementation here: https://github.com/varunsrin/rusty_money/pull/27

@ricmoo we're running into this issue as well when using alchemy. the proximate cause is that their server fails for some reason, which i'm investigating with them. but the underlying...

We've managed to resolve our issue by moving all our requests to HTTP connections. Unfortunately, debugging the issue is not straightforward since it depends on a specific provider configuration and...

@sindresorhus interested in working on this if you are open to it. General idea is: - Add `filter` param to option, which should be a valid regex (defaults to undefined)...

accepting a function makes sense, good suggestion. i now wonder if we should make it only a function to keep the interface simple. caller can wrap the regex into a...

@sindresorhus pr is here: https://github.com/sindresorhus/electron-unhandled/pull/25

One observation is that `vm.prank` from such addresses is only problematic if you are calling a function that expects the caller to be an EOA. For example if it has...

I'm also running into this issue, using `forge 0.2.0 (7dda095 2022-09-17T00:17:33.315742Z)` The issue can be reproduced by running the IdRegistry or NameRegistry deploy scripts [here](https://github.com/farcasterxyz/contracts/tree/main/script) using the command: `forge script...