Evan Mulawski
Evan Mulawski
When attempting to start a v4 function app that uses **System.Memory.Data 6.0.0**, startup fails due to the following error: ``` [2021-12-14T19:33:56.629Z] A host error has occurred during startup operation 'd5f7db36-8721-4169-9c45-6fc51fc33530'....
In a .NET 8 app with Native AOT enabled (`true`), I'm getting an exception when attempting to parse: ``` System.InvalidProgramException: Common Language Runtime detected an invalid program. at Thunk1ret_MyType_TextFindHelper&(Func`2, TextFindHelper&)...
During an NVIDIA driver update, an application using LHM crashed and the following was logged to the Windows event log: ``` Exception Info: System.AccessViolationException at LibreHardwareMonitor.Interop.NvidiaML.NvmlDeviceGetPowerUsage(NvmlDevice) at LibreHardwareMonitor.Hardware.Gpu.NvidiaGpu.Update() ... ```
Another problem has occurred, device does not respond after PC wakes up from sleep mode, tried running iCUE, no response either, only works after reboot PC. ``` 2023-08-28T00:16:40.4182978Z [DBG] Corsair...
From #118. Some users may prefer a different "default" speed for fans/pumps - the value used during device initialization and when "disabling" a control in the Fan Control UI.
OpenRGB needs to implement the well-known Corsair mutex that provides compatibility with other software. This was added for Commander CORE devices in commit [6c8da3a0](https://gitlab.com/CalcProgrammer1/OpenRGB/-/commit/6c8da3a04f14490f8d944dfa9471386c697681cc). I have opened a [merge request](https://gitlab.com/CalcProgrammer1/OpenRGB/-/merge_requests/2030)...
### Discussed in https://github.com/EvanMulawski/FanControl.CorsairLink/discussions/180 Originally posted by **frostb1t** July 10, 2024 Hey, Firstly I want to thank you for an awesome repo. I've been using this for a little bit...
Hydro Platinum devices support default lighting presets (e.g. rainbow) when direct lighting is disabled. Add support for specifying the lighting preset using an environment variable. - See also: #144
This issue is a megathread for RGB/lighting knowledge and issues with Corsair devices when using this plugin. New issues that are created related to RGB will be closed and directed...
Store VTEC, SAMEEventCode, and NWSEventCode. This provides more information to enhance and simplify automations. --- For example, to handle the initial issuance of a Tornado Warning, instead of using `'Tornado...