milahu
milahu
``` cd $(mktemp -d) ``` or ``` rmdir mnt ``` then ``` $ httpdirfs -f http://localhost/ mnt LinkTable_print: -------------------------------------------- LinkTable_print: LinkTable 0x3ac38700 for http://localhost/ LinkTable_print: -------------------------------------------- LinkTable_print: 0 H 0...
same problem when the `fuse` kernel module is not loaded ``` $ httpdirfs -f http://localhost/ mnt LinkTable_print: -------------------------------------------- LinkTable_print: LinkTable 0x3ac38700 for http://localhost/ LinkTable_print: -------------------------------------------- LinkTable_print: 0 H 0 http://localhost/...
see also #122
``` File "venv\Lib\site-packages\aiohttp_chromium\client.py", line 1206, in _start_chromium driver = await selenium_webdriver.Chrome(**chromium_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... TimeoutError: Couldn't connect to chrome within 30 seconds ``` seems like some of `chromium_args` make chrome start...
> If parse this file the AttValue will show the correct value of "id". However if I try to get the `id` value by looking at the `content` field it...
https://rclone.org/sftp/#sftp-ssh > Note that when using an external ssh binary rclone makes a new ssh connection for every hash it calculates. sounds bad, considering that md5sum etc can hash multiple...
> gradle installShadowDist also has no effect
in the repo root at `/build/source` in the nix-build sandbox see also [my nur-packages](https://github.com/milahu/nur-packages/tree/gumtree-install-target/pkgs/development/tools/gumtree) nix-build.log > error: builder for '/nix/store/w11cibpa08bs6h34fab864p5z6p8jmwm-gumtree-4.0.0-beta4.drv' **failed to produce output path for output 'out'** at '/nix/store/w11cibpa08bs6h34fab864p5z6p8jmwm-gumtree-4.0.0-beta4.drv.chroot/root/nix/store/jmj5yz2gf61cgwkn9wz0n8bnlqf2nh55-gumtree-4.0.0-beta4'
ok, i already run `gradle build` and to install i do `cp -r dist/build/install/gumtree/{bin,lib} $out` nevermind, this is low priority stuff
> Does it work if you remove the `|| (ipface.flags & if_flags::loopback)` check? no, qbittorrent still says `DHT: 0 nodes` https://github.com/arvidn/libtorrent/blob/21cbbf74ee4cdf41c5877fddb84bde128d217914/src/session_impl.cpp#L331-L338 with [debug prints](https://github.com/milahu/libtorrent/commit/0d3b41e02d94a73aeaeba2ea1b93b459a7a390c2) in `session_impl.cpp` i get ``` session_impl.cpp:...