Jan Vraný

Results 5 issues of Jan Vraný

This is an RFC rather than a report of specific defect. I'd like to discuss possible simplification of the code. (i) As of now, the library uses special hacked version...

This pull request simplifies the code by running everything in single asyncio loop. This is possible since recent bleak also supports macOS and Windows. This code depends on earlier PR...

Based on @dlech's suggestion that in LEGO BT protocol all sensor values are signed. This commit changes `Peripheral._convert_bytes()` to treat values as signed (as opposed to unsigned). This commit fixes...

Hi, is there any kind of machine readable specification of the protocol? This would be extremely useful to build custom client libraries such as [pylgbst][1], [bricknil][2], wireshark dissectors, you name...

OSSubprocess' process reaping logic reaps all child processes, not only those that it has spawned (that is, processes spawned by means of OSSubprocess). Therefore is may happen (does happen) that...