Daniel
Daniel
In the code there is a separate file for the iDRAC calls. I suspect they are getting bad data/some error. Could you add logging to those, specifically the one pulling...
CD into backend/src/ipmi.js. The code should be quite clear, getSensors is the most interesting function. Use console.log(variable) to log a variable. After saving and restarting the container it should log...
Weird, looks like there might be something funny with my config handling. Also, it looks like you are missing a bunch of sensors, right? Anyways, the next place the data...
Thanks for good notes. Narrowing it down to the update logic means it should be possible to fix without finding a reliable way to reproduce. Now I just need to...
I'd also like to know how to do this. It seems the primary bottleneck is how fast the layers can be fed to the GPU. My copy load is at...
I have the same issue with it only grabbing a black screen using the supplied python example: ```import cv2 # import dxcam import dxcam_cpp as dxcam print(dxcam.device_info()) print(dxcam.output_info()) camera =...
I am having the same issue. I am trying to install the factorio modding toolkit (search Factorio) and I only get version 1.1.47, while in vscode I get 2.0.3. The...
I believe this should have been fixed in the latest version of the image. Please reopen if that is not the case.
I probably won't have time to review this properly before next week some time
Looking forward to it