Daniel Gibson
Daniel Gibson
> Okay, I'll do some further testing to see what works. I'm certain an old version did exactly that, so it must be like you say, one or more of...
Thank you very much :) Looks like the AS6706T also has an ASUSTOR PCIe bridge (or PCIe switch or whatever), but a different one: `1b21:2812` ("ASM2812 6-Port PCIe x4 Gen3...
They're almost all about documentation? > HwMonController has both Name and Platform, fan2go detect prints the Name, but in the config the "platform" is supposed to be used is more...
(My idea was: Fix as many of these issues with small changes as possible, and create proper (sub)issues *only* for the bigger topics that are left in the end, or...
I fixed the most simple issues (where I knew what to write without reading much source) in a commit in #373. I ticked those off above.
Let's discuss how this should really work.. like trying to look at the big picture and how it *should* work to be consistent and useful. TBH one of the aims...
I rebased this onto the branch for #396, assuming that it will be merged first. I implemented the curve step validation with redundant code, but if you can tell me...
This fucking linter is driving me insane! First it complains about using just `%` in fmt.Errorf() - ok, fair point, that's a real bug. Then it complains about punctuation at...
> since such an interpolation could potentially require users of fans with f.ex. only three states (1:0, 127:1, 255:3 or something like that) to make adaptations to their config Why?...
> Yes, but I am not sure what kind of interpolation corresponds to "finding the closest value". Or do you want to suggest something else? I'm suggesting a loop iterating...