calebeno

Results 15 comments of calebeno

Getting impacted by this issue currently. Any timeline on a possible fix?

@sushantdhiman Any progress on this? I would say that it's definitely a bug, especially when considering that the command line override works correctly when doing a `db:migrate` action but not...

Wanted to follow up on this. I am also having this issue and would love to see it fixed. What needs to be done to make progress?

Update to this issue. We're also starting to see a similar thing but with a different set of warnings: ``` The output from 'csharp-models-to-json' contains invalid JSON. warning NETSDK1138: The...

Update to the above. We've gone ahead and moved the library out of node modules and into our main codebase. This effectively creates a local fork with the update to...

@r-pankevicius yes, the underlying issue is different but it produces a similar effect on the json output. I found this thread in my own search for a solution so I...

That was my solution as well. We moved the package out of node modules and into a lib folder within our project. Unfortunate but seems to be what has to...

I've been encountering a similar issue for both v200 and also v201 just now. I've been downgrading to v199 since it still works. This is my config: ![image](https://github.com/user-attachments/assets/f98efd6a-3d61-48da-a426-25221d31a765) When I...

On v199, I set up that sensor settings config as I posted above. To my understanding I do need all of those (I have a LOT of fans, though most...

@Rem0o ``` 9/5/2024 10:18:08 AM: Update - NvAPIWrapper.Native.Exceptions.NVIDIAApiException: NVAPI_NVIDIA_DEVICE_NOT_FOUND at NvAPIWrapper.Native.GPUApi.GetThermalSettings(PhysicalGPUHandle physicalGPUHandle, ThermalSettingsTarget sensorTarget) at NvAPIWrapper.GPU.GPUThermalInformation.get_ThermalSensors() at FanControl.Domain.BackendProviders.NVApiWrapper.NVApiTempSensor.Update() at FanControl.Domain.BackendProviders.NVApiWrapper.NVApiWrapperBackendProvider.Update() 9/5/2024 10:18:16 AM: NvAPI failed. A complete refresh is required....