Jack Jansen
Jack Jansen
Indeed, I think the `sphinx-apidoc` is a leftover from the past. `git blame` shows it as ``` ^2e7bb43 (Henrik Blidh 2018-04-26 23:12:47 +0200 69) sphinx-apidoc -o docs/ bleak ``` but...
@dlech can you have a look? All relevant classes are now exported from toplevel. The documentation has be reorganised to have the low-level stuff and the base classes in a...
I think I'm getting close. Please check. Also, it would be good to test that the code still runs on all platforms. I can only test on macOS. And I've...
Next try. It's getting increasingly more bothersome to merge develop into this branch, mainly because I've had to move some backend base class implementation methods into abstract classes (the stuff...
@dlech I want to abandon this merge request, #982 is really all I need. But that means we would lose any documentation fixes you hint at maybe wanting to pick...
A word of warning: I stumbled upon this bug report, and it seemed to exactly match the symptoms I was seeing, with both BLE client and BLE server written by...
@Axliyor have you applied my `onDisconnect()` callback, form the comment above?
Tangentially related: I'm switching from the default BLE library to Nimble (Arduino-nimble in my case, because I'm using the Arduino framework), and it seems to be much more stable in...
> Before installing this three .deb file, you need to temporarily switch the source list of apt to 20.04 and then install libsoundio1 (sudo apt install libsoundio1, which is not...
Answering my own request: > Does anyone happen to have a recipe/example to do this, especially on the github actions ci/cd? Here is a code snippet I use in my...