Kevin Minehart
Kevin Minehart
Should be a pretty simple fix, it looks like it's just not picking up that this column should match the converter.
Try omitting `err` from your response, and only returning the backend.CheckHealthResult I'm able to get an error message,  And I'm returning this: ``` if stack.IsEmpty() { → return &backend.CheckHealthResult{...
I think this may still be happening. ``` grafana-kminehart-linux ~ » docker version Client: Version: 20.10.14 API version: 1.41 Go version: go1.18 Git commit: a224086349 Built: Thu Mar 24 08:56:17...
I can try to get one today!
@fsouza Much appreciated, here's a link to an example I able to reproduce it with. https://gist.github.com/kminehart/e50ae98557adc139ba9648077271367b
No actually I did not. I started to, and then quickly realized that doing a change like this in a backwards compatible way that doesn't affect existing signatures that people...
Any chance we could get this reopened?
Hmm. That should give me enough to work with. I have an idea; I'll post back here soon.
I take that back. I don't think that it's possible with my knowledge to do it correctly. And by correctly I mean have one configuration for oklog. I'll try to...
Minio is incredibly well documented. I actually spent a good part of yesterday setting up their cluster locally, and it's fantastic. So if I understand correctly, Minio works very similarly...