Daniel Ramírez-Chiquillo
Daniel Ramírez-Chiquillo
## Motivation See #2464 ## Solution Create a new Config field called `gas_reports_ignore` and a new field in `GasReport` called `ignore`. (Default value for `gas_reports_ignore` is an empty Vec<String>.) Pass...
Not _stuck_, just a weird detail I found :) As title says. When running the app locally I see this:  And this: ``` daniel@debian ~/c/phoenix-liveview-counter-tutorial (main)> mix phx.server [info]...
Running a `geth attach --exec` command as shown in the website will cause an error: `Fatal: invalid command-line: too many arguments`. The fix is simple: write the `--exec` flag and...
## Description I'm getting this error: ``` error: failed to run custom build command for `mdbx-sys v0.11.6-4 (https://github.com/sigp/libmdbx-rs?tag=v0.1.4#096da80a)` Caused by: process didn't exit successfully: `/home/danielrachi/Code/lighthouse/target/release/build/mdbx-sys-057a1d896a8dceb6/build-script-build` (exit status: 101) --- stderr...