Stefan Majer
Stefan Majer
**Describe the bug** I use u-root v7.0.0 since quite a while together with a static kernel without module support with great success. With the current master modules are mandatory, having...
Generics
Hi Max, This is just a POC to see what it might look like, not so convinced if its worth the effort. ~~Callback handling is hard to transform because it...
most of the current linter errors come from ignoring errors, one unused function, and missuses of make(map..)
**What this PR does / why we need it**: The code is actually not linted and contains a lot of code which needs to be fixed to pass basic linting...
**What this PR does / why we need it**: First round of fixes identified by running golangci-lint as proposed in #655 Depends on #655 **Special notes for your reviewer**: Every...
I implemented a redis output plugin: https://github.com/majst01/fluent-bit-go-redis-output and i want to log errors during configuration parsing or processing. Currently i do this with a simple fmt.Printf(). This is not perfect...
running golangci-lint against to actual codebase gives quite some hints. This is the first round of fixes. If you like i will try to silent all of them. The current...
With this PR we move from library usage of go-ipam to a dedicated grpc go-ipam service. This removes the direct dependency to the ipam database as well and makes the...