gitbock

Results 10 comments of gitbock

Same for me. Was looking forward to use the tool. Compiled fine on my aarch64. Then I realized that it will not read the notebook because of the uuid names...

Had the same problem with the app. However, I was successful using the command line: `PS C:\Program Files\Yubico\YubiKey Manager> .\ykman.exe piv certificates import 9a mycert.p12` - Windows 11 Pro -...

Hi, not sure. The plugin discards logging usually when running on jre 1.7. Do you see any logs from the plugin so I can see where the problem is? Generally...

You mean JRE 7 / 1.7? Thanks for adding the bug to the openhab repo!

Hi, No, right now only one FritzBox is supported at the same time. Implementing this feature would require some changes in the code. I am not sure If it is...

same error here :( AttributeError: '_ssl._SSLSocket' object has no attribute '_sslobj' ``` Python 3.10.6 sslpsk 1.0.0 ``` ``` tcp_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) tcp_socket.connect((dm_args.zabbix_server, 10051)) psk_sock = sslpsk.wrap_socket(tcp_socket, ssl_version=ssl.PROTOCOL_TLSv1_2, ciphers="PSK-AES128-CBC-SHA", psk=(dm_args.psk,...

Thank you @KostyaEsmukov for providing this! I hit a bug in the sslpsk lib. `AttributeError: '_ssl._SSLSocket' object has no attribute '_sslobj'` I could solve it by applying this [patch](https://github.com/drbild/sslpsk/pull/14#issuecomment-776700116) manually...

@SchrodingersGat I am looking for the same: I want to receive an email when a stock item expired. I would like to try to implement this feature. Not sure if...

Fair point. Was thinking of flexibility: 1. You may be interested in notifications only for some expiring parts not all. 2. Some parts could have a longer delivery time you...

Thanks for your advises. OK, then let me try to implement the notification based on the STOCK_STALE_DAYS setting 👍