John Lovell
John Lovell
I see:: ``` async def _getxattr(self, path, attr): """Get user-defined metadata attribute""" meta = (await self._info(path)).get("metadata", {}) return meta[attr] getxattr = sync_wrapper(_getxattr) ``` Could we have as well something like:...
My reading of the docs is that the "raw" UART string contains some internal information, then a 2-byte modem marker then payload, but that every 512 bytes there is inserted...
This pickle program is amazing offers a very straightforward way to pass large python objects across to Javascript as a binary transfer, rather than converting to Json or something equally...