milahu
milahu
i found multiple issues in libtorrent/src/web_peer_connection.cpp test torrent files minimal test torrent file: one content file single_file_request == true ``` mkdir AldousHuxley-BNW cd AldousHuxley-BNW wget http://ia600402.us.archive.org/32/items/AldousHuxley-BNW/Aldous+Huxley_thumb.jpg cd .. python -c...
> PyFilesystem2 would have to be taken out of the pyproject somehow. todo: replace [pyfilesystem2](https://github.com/PyFilesystem/pyfilesystem2) with [fsspec](https://github.com/fsspec/filesystem_spec) draft in #46 see also - [fsspec: builtin implementations](https://filesystem-spec.readthedocs.io/en/latest/api.html#implementations) - [fsspec: implementing a...
> I suggest instead allowing extensions to provide custom rendering support https://github.com/zed-industries/zed/discussions/37270
see also #389
> if there was a way to use qBitTorrent with Tribler's onion routing, that'd be fantastic [implement Tribler Onion Routing in libtorrent](https://github.com/arvidn/libtorrent/issues/8048)
workaround kill remaining threads in Core.terminate ```diff --- a/src/pyload/core/__init__.py +++ b/src/pyload/core/__init__.py @@ -707,6 +707,17 @@ class Core: # self.log.info(self._("Deleting temp files...")) # remove(self.tmpdir) + # wait for threads to stop...
> Depends on: #589 merged both branches in [pkg-resources-part-1-and-2](https://github.com/milahu/pyfilesystem2/tree/pkg-resources-part-1-and-2) edit: now this also includes #588
`pkg_resources` is still used in [tests/test_opener.py](https://github.com/milahu/pyfilesystem2/blob/c66017d2ad43c76dc53842675e7c6679236017f4/tests/test_opener.py#L262) this makes the test fail with `NameError: name 'pkg_resources' is not defined` ```py def test_repr(self): # Check __repr__ works for entry_point in pkg_resources.iter_entry_points("fs.opener"): _opener...
ok, so this pr depends on #588 and #589
nixos linux redhook 2.0.0 coreutils 9.5