Denis Loginov

Results 152 comments of Denis Loginov

Yep, that's exactly what I've tried. Thanks again - I think it's even cleaner without allOf.

OK, looks like after changing `min` and `max` values from milli-degrees to degrees again, this time it's working - although the PWM values it sets in log messages don't seem...

OK, and now I was able to skip initialization as well, by adding this to every fan: ```yaml pwmMap: 0: 0 255: 255 ``` I think the docs could be...

Actually, I spoke too soon. While the desired values reported in the log now with this `pwmMap` seem to be the same as before, it sets PWM to 0 now...

Thanks for clarification @markusressel , that makes sense. > this check is currently done on each startup and should only take about a second Sadly, in my case it takes...

Thanks @markusressel - I did notice a delay even when running `fan2go detect`. I think it's probably inherent in the fan controller I'm using - Aquacomputer Quadro, connected to the...

These are just generic PWM fans (along with Noctua for the CPU), so I don't think we can detect the fans per se. But we can probably detect the controller...

Oh was just about to make a PR for this! Much needed on Vivaldi. Atm, my workaround was to ``` ln -s ~/.config/chromium-flags.conf ~/.config/vivaldi-stable.conf ``` but yours is a nicer,...

I believe there's an issue with `MergeBase` where it fails when base ref is grafted. For example, if one clones with a `--shallow-since` timestamp of the base-ref commit, then `MergeBase`...

@bentsherman I've tested it without Fusion using latest Edge version, and it still doesn't seem to work. Moreover, it still seems to require `azure.storage.accountKey` when I use it like so:...