Joshua Powers

Results 758 comments of Joshua Powers

Hi @asaharn, Thanks for clarifying. I have closed the old PR and requested @srebhan review this PR. He is currently out, but when he gets back can get around to...

> we could also provide a dummy hull in the `all/xyz.go` files, registering a dummy plugin with the warning I am good with this or we merge this for 2.0...

@bewing is there something that was missed or an obvious change required with this issue?

next steps: review this one and come to a conclusion as to the values we return. We, telegraf, are currently doing the math ourselves that create the very small negative...

I can reproduce this with: main.go ```go package main import _ "collectd.org/api" func main() { } ``` go.mod: ```go module test go 1.17 require collectd.org v0.5.0 ``` go.sum: ``` collectd.org...

I've filed https://github.com/collectd/go-collectd/issues/94 to track this with the upstream

I have tried getting an update on the upstream bug, but still do not see any updates. I am going to close this issue as there is not a current...

I'm going to close and re-open this PR to see if it can get circleci going again

> will only run from a personal fork, not an organizational fork? We have had some folks from Home Depot submit from their org, so I am not sure, but...

> Is there anything I can do at this point? Looks like the tests didn't even run as there are go.mod issues. Running `go mod tidy` and pushing the little...