DragonDev1906

Results 20 comments of DragonDev1906

> and I try to make bacon usable in a thin terminal. Good point with the thin terminal. How difficult would it be to only show this extra information (crate...

> But this kind of collides wit the wrapping feature: what if people start to want the crate, duration even when it means the line is wrapped? I doubt that's...

> This issue has been preview on the Pull Requests. To resolve, Contact the Ethereum support page to initiate a chat with the live agent on the chat button to...

> doesn't have to (perhaps could not) know which block number the users actually requests **when they not specify the block number.** Yes, and if the user does not specify...

> // If basefee tracking is disabled (eth_call, eth_estimateGas, etc), and no // gas prices were specified, lower the basefee to 0 to avoid breaking EVM // invariants (basefee <...

> I just add the testCase for covering the error gasPrice is less than the baseFee. Plz check this PR https://github.com/ethereum/go-ethereum/pull/30194 I'm not sure if the situation described above can...

I think the main issue is that `NoBaseFee == true` (which I've overlooked during my initial analysis) isn't honered here, or it's scope does not include the check against the...

> What is it you want to achieve by this? I don't understand the usecase, please elaborate. Execution of EVM view functions in a resource limited environment **without trusting the...

> Why is Zed spawning so many instances of rust-analyzer? > Have you checked that if it is spawning Rust analyzers like https://github.com/zed-industries/zed/issues/18673#issuecomment-2430108163 comment says This is something I wish...

Note that there are two keybinds for this: `Ctrl+Shift+P` and `F1` (in case you want to list both). **Reason why that may be relevant:** I've had issues with `Ctrl+Shift+P` due...