-
Would this project be open to adding [static type annotations](https://mypy.readthedocs.io/en/stable/getting_started.html)? I ask as firelock is a dependency of mine and failing, naturally.
We can…
-
## Details
* Read the Docs project URL:https://bandersnatch.readthedocs.io/en/latest/
* Build URL (if applicable): https://readthedocs.org/projects/bandersnatch/builds/12721781/
* Read the Docs u…
-
Hi,
When an error is thrown by the command action the error is logged to stdout before the custom catch function of the program.
This is the line which is printing the error before it is catche…
arbue updated
3 years ago
-
Hi,
I am trying to create an air gapped repo. I have downloaded about 7TB of packages but the script keeps failing with memory error.
Does bandersnatch maintain package dependencies? Do whatever pac…
-
During the development of https://github.com/pypa/bandersnatch/pull/886 , I found it would be great if webdir can be configured.
The final goal for bandersnatch s3 support is to serve pypi mirror…
-
### setuptools version
57.0.0/57.1.0
### Python version
3.6
### OS
CentOS 7/Ubuntu 18.04
### Additional environment information
pip 21.1.3
wheel 0.36.2
### Description
We'r…
-
Had an working system with Foreman 2.5.4 and Katello 4.1.
After upgrade to Foreman 3.0/Katello 4.2 and Foreman 3.1/Katello 4.3 rpm-Sync for various repos doesn't work anymore.
Mostly RHEL repos.
…
-
We have a lot of nicer flat screens with HDMI, having a ton of CRTs isn't that useful.
The one exception is to have one CRT and a backup for gaming archives, as many retro games can only be played …
-
### [Motivation]
Manta's dapp would like to integrate with the polkadot.js extension, but two of Manta's features are currently incompatible:
1.) Manta uses ZKSNARKs; we need private keys not on…
-
## Virtual Environment New Project Workflow w/ Pyenv*:
_Assumes Pyenv installed._
```
cd ~/Projects
mkdir new_proj
cd new_proj
pyenv local 3.8.12
python -m venv venv
source venv/bin/activate
…