milahu
milahu
mmkay. works for me tests - `tests/test_ssl_certs.py` based on [aia/test/test.py](https://github.com/milahu/python-aia/raw/use-cryptography-module/test/test.py) - https://ddownload.com/ urls missing root certs are rare, so this is not-yet implemented in the webui when pyload finds a...
done. should i squash this into one commit? there are still some debug prints which should be removed or converted to log.debug calls ... feel free to help ^^ currently...
the whole point of pyload is to work around "server bugs" if all servers were perfect, we could just download files via http / ftp / torrent / rsync `aia.py`...
can you please stop coming up with bullshit "reasons"? my code works, there is nothing to "maintain" it could be refactored to be more pretty but ugly code is better...
> based on [danilobellini/aia#3](https://github.com/danilobellini/aia/pull/3) closing, because this should be based on [jponf/aia-chaser](https://github.com/jponf/aia-chaser) which is actively maintained compared to `danilobellini/aia`
still an issue with `nix (Nix) 2.10.3` how to break your nixos: 1\. add `ca-derivations` to `experimental-features` in `/etc/nixos/` ```nix # /etc/nixos/flake.nix { inputs.nixpkgs.url = "github:NixOS/nixpkgs/b00aa8ded743862adc8d6cd3220e91fb333b86d3"; # nixpkgs-unstable-2022-08-13 outputs =...
in the `nixos-rebuild switch` case: a **shared** lock (lockType = ltRead) is acquired in [local-store.cc:264](https://github.com/NixOS/nix/blob/master/src/libstore/local-store.cc#264). this succeeds ```cc // nix/src/libstore/local-store.cc LocalStore::LocalStore(const Params & params) // line 264 /* Acquire the...
> @milahu could you elaborate on this? i tried to reproduce with a [patched](https://github.com/milahu/nix/tree/debug-ca-lock-nix-26c7602c390f8c511f3) nix 2.13 but no luck = enabling the `ca-derivations` feature does not cause a deadlock i...
workaround: run pyload from source with https://github.com/milahu/pyload/commit/9e3ecab9d759dd6bd9beaff02dcc98336fc12c93
good news everyone, we seem to have the same dream ; ) https://github.com/milahu/nixos-patch-installer i use overlayfs to overlay new files over my /nix/store/*-nixpkgs this is fast, space-efficient, and allows to...