Jens van Almsick
Jens van Almsick
Would be nice if this will be fixed. Workaround for macOS: - install ```gpg-suite``` (gnupg don't has the required [patch](https://github.com/GPGTools/MacGPG2/blob/dev/patches/gnupg/scdaemon_shared-access.patch) for shared access, it got [denied](https://dev.gnupg.org/T3267) upstream) - Add ```shared-access```...
Can confirm this. @PhilippC Do you think this related to the plugin or otherwise a Markup issue?
nvm I think this plugin is obsolete with the autofill suggestions for keyboards provided by Android 11+
Is something still missing here so that this can be merged into main?
yes seems to be fixed. I will close this now.
This package seems to be PTY, correct? There seems to be an alternative named ConPTY for windows since 2018: https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/ And also a go implementation: https://github.com/ActiveState/termtest/tree/master/conpty
@Rem0o could you share your progress? I really would like to have my commander pro sensors/fan controls in "FanControl" so I could start adjusting fan speed with a delta temperature...
@Rem0o I tried this but I only get garbage data for all sensors. I think corsair maybe updated the protocol for newer fw versions.
strangely the [liquidctl impl](https://github.com/liquidctl/liquidctl/blob/main/liquidctl/driver/commander_pro.py) works fine for me. So the protocol didn't change. But with your code LHM always doesn't recognise any of my two temp sensor at all and...
@Rem0o I created a working version on my own: https://github.com/bin101/LibreHardwareMonitor/tree/feature/commanderPro If you are okay with it I would prepare a PR here.