Luca Simonetto

Results 57 issues of Luca Simonetto

When making a top-level docstring, I usually just want to indicate what the functions in a particular file do. The generated placeholder docstring on the other hand contains all the...

When a package is installed as editable, if the package name doesn't follow the import name the `pip-extra-reqs` fails. An example: - `requirements.txt` -> `-e git+ssh://[email protected]/some_org/some-package.git#egg=some-package` - `python` -> `import...

bug

when running `pip-missing-reqs` command on my project, if no `requirements.txt` is found the execution stops as expected. The output is an unhandled exception tho, which could be catched and returned...

enhancement
good-first-issue

As I started using this great package, I noticed a big thing that's missing: the ability to add a whitelist for the `pip-extra-reqs` command. My use case is as follows:...

enhancement

The minibatch discrimination proposed [here](https://github.com/tdrussell/IllustrationGAN/blob/master/custom_ops.py#L113) indicates that a bias term is added before concatenating the kernels to the main input. As I'm not 100% sure which implementation is the correct...

**What this PR does / why we need it**: Adds Cloudflare Argo tunnel support through cloudflared, very useful when a user is behind a Carrier Grade NAT (often the case...

**What this PR does / why we need it**: I find it useful when adding indexers on Prowlarr that use Cloudflare protection, can be easily integrated and doesn't require setting...

**What this PR does / why we need it**: Sets up postfix using a Gmail app password, allowing the NAS to send emails using the `mail` command. Very useful for:...

Since Issue #554 mentioned we still have tasks only because there hasn't been anyone willing to do it, I just took some time and finished the refactoring. Apart from moving...

**What this PR does / why we need it**: I noticed that using a raspberry pi as platform for this project would result in two issues: - The geerlingguy.docker role...

enhancement
question