Jack Jansen
Jack Jansen
* bleak version: develop HEAD * Python version: 3.9.13 * Operating System: macOS 12.4 * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description Trying to build the documentation....
I would like to have at least `BleakClient` available within bleak, in other words: move the platform-dependent imports from `__init__.py` to a new module (say `api.py`). `__init__.py` would then import...
**Describe Your Goal** I'm creating a wrapper around esp32_https_server to that has the same API as WebServer.h and WebServerSecure.h. **What Does Your Project Look Like** The WebServerSecure.h sequence of doing...
**Have you read the documentation?** - [x] Yes - insofar as relevant to the question:-) - [ ] No - then this issue will be closed. I have looked for...
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
In the usage tips document it is stated that it is best to use the library from a task that runs on the Nimble stack core in stead of the...
**Describe the bug** Opening a ply file on MacOS (by double-clicking the file, or using `open xyzzy.ply` from the command line) fails with the error ``` [Load] Can't guess file...
In the toolkit that I maintain I depend on libpcl for some features. Specifically for this bug report: I use the ply-file readers from the io package. My toolkit is...
This is a quick fix for #163 #143 #136 and various others. It is _not_ a full fix for moving to OpenSSL, which apparently is needed when we want to...
I'm trying to run the binary installer on Ubuntu 22.04.2 (on a headless server, in case that makes a difference) and I'm getting the rror "No usable version of libssl...