brianreinhold
brianreinhold
Is there a place to open up a discussion versus an issue? For someone using this library for the first time it makes it extremely difficult when a vast majority...
This is what the test adapter is doing: python.exe -m pytest -p vscode_pytest --collect-only this is the settings.json file ``` { "python.linting.enabled": true, "python.languageServer": "Pylance", "python.analysis.typeCheckingMode": "strict", "python.analysis.diagnosticSeverityOverrides": { "reportMissingModuleSource":...
It appears that this project has died. Nothing has happened in years. Anyone know for sure?
## Environment data Version: 1.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.19045 - Language Server version: 2024.3.1...
In the aioble code there is a line like this: `self.addr: bytes = addr if len(addr) == 6 else binascii.unhexlify(addr.replace(":", ""))` The unhexify part with the colons suggests the bt...
I am using the btstack for the PICO_W. We have needed to do significant work to add pairing/encryption support from the BtStack but for the most part I think we...
I am using the scanner as follows in my application code ``` # The 'scanner' is of type 'scan' defined in aioble async with scan(duration_ms=10000, # The length of the...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
A BLE peripheral that bonds also assumes that the services and characteristics and descriptors discovered during the bonding connection are saved by the client such that on a reconnect, after...
> Please provide a clear and concise description of the bug along with logs ## What are the steps to reproduce this issue? 1. install latest update 2. 3. ##...