Tydus
Tydus
+1 Particularly, `two1` itself depends on `sha256`, which is even older. It can no longer be built since Python 3.9, thus causes a fatal issue blocks `pip install`ing pywallet.
Same here from a Deluge user (Server: 2.1.1, libtorrent: 2.0.7.0). Happens especially frequently if the torrent contains many small files. I think it should be a problem in libtorrent (maybe...
Any update on this? I think a working IPv6 setup is important and urgent. As a reference, some PT sites only work from IPv6 and I found that nearly everyone...
+1. It will definitely be more convenient than manual wrapping. A quick workaround to match `asyncio.gather`: ```Python async def tqdm_gather(*fs, return_exceptions=False, **kwargs): if not return_exceptions: return await tqdm.gather(*fs, **kwargs) async...
Though, the miner is really fast. Thanks jh.
Finished debugging; it works now.
+1. `copy` is especially useful besides `sync`.