James Cuzella
James Cuzella
I've always found that after making changes to `Cheffile` or updating a cookbook from a local git branch, I have to run `librarian-chef clean && rm -rf tmp/librarian/ && librarian-chef...
@gillesdegottex : You may already know about [solaar][1], but it appears that it is able to at least interrogate some Logitech devices and display at least battery info. Not sure...
@gillesdegottex : Maybe this is in-progress for the future? I'm not finding anything yet online about this keyboard's device info. Looks like there is an open issue on the solaar...
@gillesdegottex : After some digging into that HID++ spec, and fiddling with `usbhid-dump` command, I believe I've figured out a way you might go about discovering `wpid` for addition to...
I think `r2` and `r3` are just the `wpid` and are used for identifying what particular device is connected to the wireless receiver. It seems like the state information is...
@gillesdegottex : I was trying to say that if you found `wpid` for the Craft keyboard, then you might add a stanza like the following to `descriptors.py` (replace `XXXX` with...
> Support for Linux may doesn't bring profit to the company :roll_eyes: That statement assumes that Linux users don't purchase hardware... a foolish assumption indeed!
> > > Support for Linux may doesn't bring profit to the company > > > > > > That statement assumes that Linux users don't purchase hardware... a foolish...
> libvirt -- https://libvirt.org/ -- also works as a wrapper around qemu, and reportedly runs just fine on apple silicon! https://doesitarm.com/formula/libvirt/ > > It also has a vagrant provider: https://github.com/vagrant-libvirt/vagrant-libvirt...
+1 to this being an issue (Especially in CI/CD). In case it helps track this exception down: I was able to reproduce this on MacOS Monterey `12.3` using Docker Desktop...