axoroll7

Results 17 comments of axoroll7
trafficstars

A draft : ```python3 _idle_raw_buffer:bytearray _idle_lines_buffer:List[bytes] def idle_check(self, timeout=None): sock = self.socket() end = 0.0 if timeout is not None: end = time.monotonic() + float(timeout) raw_buffer = self._idle_raw_buffer lines_buffer =...

@mjs Should I continue in this direction ? Should I do `idle_done` too, or not, because blocking sockets are better, because they are easier ? Have you already started on...

https://github.com/python/cpython/issues/51571 I don't have time to look it up, but it seems a `readline` can discard data. The issue is not closed. A non-blocking socket seems safer.

> Hi David, Thanks a lot for your kind response on my query. I am actually looking for iOS and Mac. To do so our approach is to give the...

Did you install the Windows SDK in Visual Studio? Open "Visual Studio Installer", install the SDK, and try to see if a simple cpp file that includes the header compiles...

For example, on my computer, after following these steps, I can see that this file is found automatically : `C:/Program Files (x86)/Windows Kits/10/Include/10.0.18362.0/winrt/wrl/implements.h`.