Paul Haerle
Paul Haerle
Allow users to set Firefox preferences via scrapy settings. This provides a generic way to set cookie lifetimes, proxies, etc. ```python SELENIUM_DRIVER_PREFERENCES={ 'network.proxy.type': 1, 'network.proxy.socks_version': 5, 'network.proxy.socks': 'localhost', 'network.proxy.socks_port': 9000,...
Hi, I needed to extract data in JSON Arrays to normalize data imports. I've quickly hacked the following together based on #241 which refers to #239 where you, @simonw, wrote:...
### What whould you like to see? Hello, Thanks for this provider! I am using the `iso` attribute of `hcloud_server` to boot new servers with a NixOS iso provided by...
Chromium seems to add an attribute `encoding: "base64"` to each `response.content` where `text` is a base64 encoded binary, to HAR files exported via DevTools UI. This patch allows library users...
Hello! Thanks for your work on this project :) Running the READMEs example on one of my notebooks with the current develop branch does not work, as `-c` seems to...
Hello! [/api/v1/cache/{name}/serve/{storehash}/{filepath}](https://app.cachix.org/api/v1/#/default/get_api_v1_cache__name__serve__storehash___filepath_) is currently limited to 100MB per file. Increasing this limit would be useful to download nix-built images directly from the cache, even if nix is not (yet) available...
Hi, Is it possible to get resume-able uploads of a single, encrypted dataset without decrypting it? I am trying to set up a new replication where I need to transfer...
We are currently using `pip install --dry-install --report` in `fetchPipMetadata` to create our python lock files. While this works better than earlier FOD-based approaches for many use-cases, it has (at...
We've seen quite a few regressions on `main` in the history of this project, and I don't think it will be feasible to test all platforms and subsystem for each...
We believe it's about time to move from the old, experimental API (`legacy`) to the new one, sketched out in https://github.com/nix-community/dream2nix/pull/468 and (partially) implemented in the `v1/` directory in the...