Kevin Minehart

Results 44 comments of 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, ![image](https://user-images.githubusercontent.com/5140827/101827182-953af680-3af5-11eb-92da-4174b03669d1.png) 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...

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...