Henrik Blidh
Henrik Blidh
Pairing was added in version 0.8.0. It still requires `connect` to be called first, due to that the OS native device communication objects being created in the `connect` methods (setting...
From code review comment: https://github.com/hbldh/bleak/pull/450#discussion_r597064014
Create better, more helpful documentation on ReadTheDocs. Proposed layout of the new documentation: - Introduction - What Bleak is and what it isn't - Basic Usage - Scanning - Connecting...
* bleak version: 0.12.0 * Python version: All * Operating System: All Bleak has several OS specific keyword, all of which are integrated into the regular `**kwargs` input to methods....
Currently grayscale and BW images does not work very well att all with the palette object. Needs to be implemented.
Hello, First of all, thank you for GDS, it is an amazing set of tools and I am delighted by the 1.5.0 release, which I am using with the 4.2.3...
Changes in Py3 breaks extension init: http://python3porting.com/cextensions.html#module-initialization ``` ERROR: Failure: ImportError (/home/hbldh/Repos/b2ac/b2ac/ext/ellipse_fitter.cpython-35m-x86_64-linux-gnu.so: undefined symbol: Py_InitModule3) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/hbldh/.virtualenvs/b2ac_py3/lib/python3.5/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File...
Then make them importable as a package.
The current one-stop-shop solution of the C extensions needs to be addressed. Break it up into smaller methods.
* pybankid version: 1.3.0 * Python version: 3.7+ * Operating System: All ### Description The `split_certificate` method in `bankid.certutils` could not extract useable PEM client certificate and private key from...