Michael Newman
Michael Newman
This article covers a much larger list of tokens that are affected by the same bug: https://medium.com/coinmonks/missing-return-value-bug-at-least-130-tokens-affected-d67bf08521ca
Here's a solution, demonstrated via the docker example below. This modifies `/usr/share/zsh/vendor-completions/_geth` to be autoload compatible. ```bash docker run -it --rm ubuntu:22.04 bash apt update && apt install -y zsh...
Here's some testing/analysis that may help decide a path forward. I skipped changing the compiler version to see what would happen: ## Base Case (5 downloading messages) ```bash $ docker...