Péter Szilágyi
Péter Szilágyi
## Description I had a Geth + Lighthouse combo running (n sync) on the Sepolia testnet. Stopped Geth for a couple hours, but left Lighthouse running (and printing errors). A...
### Describe the bug I have a repo with 50K+ files in it. Running any netlify command in that directory (e.g. `netlify status`) takes about 4 minutes to start, after...
One of our users reported a system crash (unrelated to leveldb, some memory management error) and on startup they failed to open the leveldb database again (https://github.com/ethereum/go-ethereum/issues/15879) with the following...
`go mod` by default likes to pick the latest stable version, currently that's the `v1` branch, which is missing half a year's worth of commits.
Hi, We're using leveldb for quite large datasets (30-40+ GB), and have experienced various issues with high disk usage, too frequent compression, etc. These issues are almost surely our sub-optimal...
Hi, A while back there was a fix to include query parameters in POST requests too (https://github.com/jmcvetta/napping/issues/12). There is a small inconsistency with the API now, in that Session.Post accepts...