onbjerg

Results 436 comments of onbjerg

Perhaps it is a permission issue wrt the mounted directory? Does it write to both `cache` and `out` in your project folder?

Alchemy most likely uses a proxy in front of Geth, so figuring out Geth's behavior from what Alchemy does is not really possible

Confirmed that geth does not do this: https://github.com/ethereum/go-ethereum/blob/0be9d76e3702cfae92f042cf6a113e22479de3f5/rpc/http.go#L33-L39 Alchemy and Infura likely just sets it for you

Java Edition vanilla commands list: - [ ] [`/attribute`](https://minecraft.gamepedia.com/Commands/attribute) - [ ] [`/locatebiome`](https://minecraft.gamepedia.com/Commands/locatebiome) - [ ] [`/advancement`](https://minecraft.gamepedia.com/Commands/advancement) - [ ] [`/ban`](https://minecraft.gamepedia.com/Commands/ban) - [ ] [`/ban-ip`](https://minecraft.gamepedia.com/Commands/ban-ip) - [ ] [`/banlist`](https://minecraft.gamepedia.com/Commands/banlist) -...

I researched a bit more and the algorithm for dropping XP orbs is a bit more complicated than I first thought. There are 11 types of XP orbs, each containing...

This is what we're doing now. The second parameter of the constructor in ElasticquentResultCollection is optional, and thus not used when `map` etc is called and a new collection is...

I don't think there is any compelling reason for us to bundle PRBTest in Forge Std instead of DSTest. The most compelling argument I've seen would be that DSTest is...

1. The burden is on DSTest mostly? Otherwise, I don't really think it's much of a burden if we do extend it, but there may be disagreements on that 2....

You might be interested in `expectCall` instead. I don't think `mockCall` should be a superset of `expectCall`. Sometimes you definitely do want to only mock for a certain parameter, but...

@brockelmore Perhaps we should transfer this to Forge Std as well? Or maybe just close it and open up a new issue? Wdyt?