Sidharth Jawale
Sidharth Jawale
# Issue #155 ## Changes introduced - `_` the unused variables in functions - `PerservePermission` to `PreservePermission` typo fix - Usage of early `return`s - Removal of `else` conditions -...
## Problem - Multiple occurrences of function input parameters aren't used. - Redundant code because of conditional statements ## Solution - `_` the unused variables in functions - `PerservePermission` to...
Hello Gin maintainers and community, We’ve been using Gin in our projects for quite some time and we appreciate the work that has been done so far. However, we’ve noticed...
I've noticed the [latest alerting configuration documentation](https://prometheus.io/docs/alerting/0.28/configuration/) is missing [http_headers](https://github.com/prometheus/common/blob/a9cc7f7df30d52a26a3937c9d32953ef2bf452c6/config/http_config.go#L327) configuration in the [http_config](https://prometheus.io/docs/alerting/0.28/configuration/#http_config) structure section. I'm willing to add it to the docs, however, I'm not aware where these...