Results 106 issues of Kishan B

Add go 1.15, 1.16 and 1.17 to the build matrix

I see we are supporting a lot of go versions https://github.com/go-stack/stack/blob/e5bbd7df104bcb242ace8dd02f8f9ab6b816de08/.github/workflows/test.yml#L14 I think we can drop support for versions prior to go modules https://github.com/go-stack/stack/pull/25#issuecomment-774845654 Keeping the above PR in mind...

As per the below documentation the env variables will be given in "upper snake case" while the same in the env field in config will be in camel case https://docs.cypress.io/guides/guides/environment-variables#Option-3-CYPRESS_...

Curious to know the motivation behind creating this, given the below exists which solves the same problem i believe https://github.com/caddyserver/certmagic

To reduce the "getting started" barrier which begins with the installation itself.. As part of the release i propose publishing it to homebrew and other package managers (apt, snap, choco...

enhancement

**Describe the bug** Project depends depends on a vulnerable dependencies. **To Reproduce** From the project rootm run the following command ``` go list -json -m all | docker run --rm...

type/security

Enable GDPR compliant privacy config for Disqus and Google Analytics

Fluent bit added support for workers in v.1.7.0 https://fluentbit.io/announcements/v1.7.0/ It would be really valuble go plugins can also have worker support # Impact Because of the single threaded nature if...

**Question 1 - Log level** In fluent bit there is an option to configure the log level using the "Log_Level" configuration Documentation - https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/configuration-file I would like to see some...