remss
remss
Hello, is there any update on this ? I'd like to batch the export in a script but there is no way to do this for now.
Any update on this ?
On Windows with busylight v0.26.0 the devices are correctly detected but nothing happens when I try to set a color, the device light is still off. ``` > busylight list...
Here the result, and the light of the Luxafor device is still off ``` Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)] on win32 Type "help",...
The hidapi is working well, the light comes green (I had to change a little the data to send, an initial 0 was missing) ``` >>> import hid >>> device...
Tip to use jsduck on project using ES6: use babel to transpile to es5 then run jsduck after.
Consider this project as dead. No commit since 2 years.
Here is a sample repro case where the state is lost. I create a subplots of 2 plots P1 and P2, I zoom/pan P2 then I remove P1 to display...
It's ok for me thanks!
An other use case it to allow users to set the mirror they want for a source. For example ```toml [[tool.uv.index]] name = "torch-gpu" url = "${TORCH_URL}" explicit = true...