tpazderka

Results 8 issues of tpazderka

I had a JA unit configured (JA-106K) and after HA restart, the system decided to give it a different device address (from `hidraw0` to `hidraw1`) and the web interface was...

Running mypy --install-types on a project containing `import OpenSSL.crypto` suggests installing `types-openssl-python` but installing this package does not resolve the issue. Ona repeated run, I still get the following error...

project

`Entity._parse_request` can possibly raise a wide range of Exceptions (ValueError, TypeError, OSError, IncorrectlySigned, UnravelError) and return `None` on top of that. None of the exceptions are caught and all propagate...

feature

I am receiving an error upon connecting. ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 587, in _async_add_entity await entity.add_to_platform_finish() File...

bug

Hi! I am using the new version of this plugin (updated from previous version) and I have managed to configure the API properly. But after the upgrade all nodes lost...

enhancement
help wanted
good first issue

With version of fido2 `1.0.0`, the expected return value of `ca_lookup` has changed and the behavior on empty result as well. As thus, when the `AttestationVerifier` is used, it causes...

Certificate validation silences all errors, it should report them instead.

bug

The code leaves behind some unclosed files. This is a resource waste and produces warnings under Python 3. Some examples in code: https://github.com/IdentityPython/pyjwkest/blob/master/src/jwkest/jwk.py#L93 https://github.com/IdentityPython/pyjwkest/blob/master/src/jwkest/jwk.py#L164 And in tests: https://github.com/IdentityPython/pyjwkest/blob/master/tests/test_2_jwk.py#L173 https://github.com/IdentityPython/pyjwkest/blob/master/tests/test_2_jwk.py#L297 https://github.com/IdentityPython/pyjwkest/blob/master/tests/test_3_jws.py#L632