Christian F Tschudin
Christian F Tschudin
returning the favor to @arj03 and providing a test vector for BIPF: ```f50418666f6f8c02127fff0a800a810aff0a000a010a7f12800012007f1a0080000e002179656168061862616695014046726564686f6c6d4305413da6832fbc3f186261722868656c6c6f1862617a06``` which should turn, in Python speak, into ```{'foo': [-129, -128, -127, -1, 0, 1, 127, 128, 32512,...
In Python, it is fine to have bytes (buffer in JS), or integers, as keys for dictionaries (object in JS). The current implementation in JS, which somehow serves as spec,...
Joining or leaving a multicast group (with setsockopt) returns an OS error, due to the wrong option values defined in socket.py MP UNIX port: ``` % micropython MicroPython v1.18 on...