brianreinhold
brianreinhold
I thought the whole point of this library was that one DIDN'T need to use Encodable and Decodable? I am trying desperately to solve the problem of precision in floating...
This is more of a question than a bug. I am trying to find a way to encode a decimal value with the proper precision. For example, with a precision...
I cannot find a direct answer or documentation on this issue but When doing USB bulk transfers (see this link) [bulk transfers](https://www.beyondlogic.org/usbnutshell/usb4.shtml#Bulk) the buffer to be read or written is...
python
Issue Type: Bug Basic problem - syntax coloring does not work when I put a return signature on a method Create a python file create a class place the following...
There is no option to choose where this is installed. Would like to keep it on my data disk (lots of space). On my system drive, not so. Cannot find...
I am new to madge but very confused by its results. In my project I did the following: ``` PS E:\projects\Angular\HubView> npx madge --circular --extensions ts ./ Processed 80 files...
When running the example 'ble_bonding_peripheral.py' on the PICO-W the `BLE.config` method (line 70) gives `ValueError: unknown config param`. This error is repeated for all the pairing parameters. Given that it...
The aioble security module defines several very important constants needed for pairing such as ``` _IRQ_ENCRYPTION_UPDATE = const(28) _IRQ_GET_SECRET = const(29) _IRQ_SET_SECRET = const(30) _IRQ_PASSKEY_ACTION = const(31) _IO_CAPABILITY_DISPLAY_ONLY = const(0)...
In the `aioble` library attempting to pair gives 'unknown config param' regardless of which attempt I use (one can call the pair method through the `DeviceConnection` object which calls the...
This is a feature request for the aioble/low-level bluetooth libraries The use case is a remote patient monitoring central application that needs to support a large set of personal health...