Gabriel Goller

Results 19 issues of Gabriel Goller

we should change it to [this](https://www.npmjs.com/package/@rollup/plugin-typescript) '@rollup/plugin-typescript'. Don't know if this would brake anything.

Made some simple benchmarks and thought they might fit in here...

Searched online for some bigger companies using prometheus and added them to the readme. This will improve our score on CLOMonitor (#11462). Signed-off-by: kaffarell

scrape/scrape.go is currently a really big file (1800 loc), so I am refactoring it and splitting it up. This is a draft, I will upgrade it to a pr if...

'go install' is not really the correct command. It does not add the package to the go.mod file when a specific version is used. The correct command is 'go get'....

Removed moment.js and calculated time using the native javascript Date object. Moment.js is kind of deprecated...

The `private_in_public` rustc lint is now deprecated and throws a warning on each `cargo check`. According to the rfc [^0] this lint is being substituted by three other ones: `private_interfaces`,...

On clippy version 1.76.0 this gives a warning, extracting the scrutinee to a variable fixes this. Fixes: #2876