Keith Tunstead

Results 4 comments of Keith Tunstead

Here's an example: ``` byte_array = bytearray(); # 64 bytes of 0's as an example for i in range(64): byte_array.append(0) with hid.Device(hid_vendor_id, hid_product_id) as h: h.write(bytes(byte_array)) ``` I think it...

I'm looking to do the same. Did you find any solution?

Could we have a flag that just stops the truncation of the summary? I would personally just use that in general, even outside of CI.

This issue along with not being able to pull manual console changes is just ridiculous. This project could have been something great.