Sebastian Spaink
Sebastian Spaink
The [lipgloss ](https://github.com/charmbracelet/lipgloss) project has a cool example showing tabs but are static, took me a moment to figure out how to make them interactive so thought maybe someone else...
Replacing: https://github.com/influxdata/telegraf/pull/6590 Resolves https://github.com/influxdata/telegraf/issues/1899 At the moment we are waiting for customer/community participation to help ensure this change meets their needs (configuration makes sense, etc.). Therefore we will need to...
Dependabot has a limitation with updating gopkg.in major version import paths such as `gopkg.in/ldap.v3`, this issue is reported here: https://github.com/dependabot/dependabot-core/issues/2213 A good workaround is to change these import paths to...
## What does this do / why do we need it? - What this change does is updates the `Commit` struct to track the changed files in the commit. -...
I am interested in using this Github Action along with a [private linter](https://golangci-lint.run/contributing/new-linters/#how-to-add-a-private-linter-to-golangci-lint) but this isn't possible at the moment because the release builds use CGO_ENABLED=0, while CGO_ENABLED=1 is required...
- [x] Updated associated README.md. - [x] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format] resolves https://github.com/influxdata/telegraf/issues/6998 Adds a new content encoding...
DON'T MERGE TO MASTER, the strategy will be to merge all breaking changes to a separate branch. Remove the deprecated settings for output plugins listed in https://github.com/influxdata/telegraf/issues/9478. Since this breaks...
DON'T MERGE TO MASTER, the strategy will be to merge all breaking changes to a separate branch. Remove the deprecated settings for input plugins listed in https://github.com/influxdata/telegraf/issues/9478. Since this breaks...
Backwards compatibility is required Related: https://github.com/influxdata/telegraf/issues/11316 Deprecate the flags `--deprecation-list, --input-list, --output-list` by adding `DEPRECATED:` to the `Usage` field for each. Then add a new command `list` and `deprecated`. `telegraf...
Backwards compatibility is required Related: https://github.com/influxdata/telegraf/issues/11316 Deprecate the global flags `--section-filter, --input-filter, --output-filter, --aggregator-filter, --processor-filter` by adding DEPRECATED: to the Usage field for each. Currently these flags are being used...