Tomasz

Results 284 comments of Tomasz

I wrote a question to waveshare asking them if their displays can be used without the access point so that we could control them directly via Bluetooth. I also asked...

Hi, sorry for the late reply. A recent version of HAOS removed gpio support, which this integration uses. For now, the workaround is to comment out line 71, ref: https://github.com/Misiu/argon40/issues/69...

@Llgok please consider adding a picture to the product description page showing the correct placement of the W5500 Shield (both to the W5500 shield and to the T-Relay board pages....

@richardpenman thank you for the reply. I'm not a Python developer but I can try to add error handling What do you think about the second requirement from https://github.com/home-assistant/core/pull/135297#pullrequestreview-2544654149? ```...

I've started adding something (https://github.com/Misiu/python-whois/commit/e1e90df9404b9e7bd192f48ab1800b1210fc18f7) but I don't feel too comfortable at adding types. I'm going to take a look at the tests and will get back here with my...

I've added some errors and fixed the date parsing a bit. https://github.com/Misiu/python-whois/tree/more-errors what do you think about my changes? if you approve them I can work on adding more errors.

@richardpenman PR created - https://github.com/richardpenman/whois/pull/267 I've tried my best to make this backward compatible. The errors extend `PywhoisError`, so we should be good on that, but the date parsing logic...

@nielsfaber sorry for the late reply. I plan to do tests in the upcoming days. Will report back with any issues I find. I will create a new PR with...