Alin Sinpalean
Alin Sinpalean
I am seeing this every single time I make a typo (after I wait 30-60 seconds for RLS to catch up). It could be the setup that's to blame (we...
I fully understand the reasoning against adding yet another argument to some methods. And it's obviously your decision to make as maintainers to prioritize simplicity over security. But I still...
FWIW, I "fixed" this on our end by adding `bincode::deserialize_from` to the list of `disallowed-methods` in `clippy.toml`. So, combined with running `cargo clippy` as part of presubmit tests, this will...
Oh, almost forgot: #430 also switched `process_start_time_seconds` from a `Gauge` to an `IntGauge`. While all other changes in that PR were reasonable (file descriptors, memory usage), `process_start_time_seconds` is also not...