Maxim Khitrov
Maxim Khitrov
@jose-airspace No, I haven't tried doing anything with TensorFlow 2 yet.
If bluetoothd doesn't have any active advertisements, then I don't see why it would be replying to any Confirmation Request events. It would be better if those events contained the...
> > The management interface provides a "Set Appearance Command" for setting LE device appearance. When bluetoothd configures the GATT server, it ignores this value and uses BR/EDR Class of...
Our server is written in Rust and writing C plugins for bluetoothd is really not a road we want to go down. I'm puzzled about the intended use for the...
Right now the DHCP client doesn't send the hostname in the request at all, so it makes no difference. If you were to change that, I think it would make...
[bitflags v2](https://docs.rs/bitflags/latest/bitflags/) is now the current release and completion is still broken with plugin v0.4.191.5293-223.
No, there is still no method completion with v2.1.0, CLion 2023.1.1, and plugin v0.4.192.5324-231.
This may be one of the worst things I've ever done in Terraform, but I really wanted to avoid a third-party provider, so I implemented a reasonably efficient, provider-free module...
I have, and it doesn't seem to do anything. The only log output I get is: ``` [ 0.020002] [0000a430] libusb: debug [libusb_reset_device] ``` Same output when I switch the...
Ok, I figured it out. The reset wasn't working because this line was evaluating to `false`: https://github.com/libusb/libusb/blob/fcf0c710ef5911ae37fbbf1b39d48a89f6f14e8a/libusb/os/windows_winusb.c#L3416 I was trying to reset the device before claiming any interfaces. Once I...