Faustin Carter

Results 9 issues of Faustin Carter

**Describe the bug** Fails completely on Windows because `resource` is not available on Windows. ``` \lib\site-packages\fastapi_utils\timing.py", line 10, in import resource ModuleNotFoundError: No module named 'resource' ``` **To Reproduce** Steps...

bug

The Typer documentation is, in general, pretty great. But often what I really need is a concise API documentation similar to what [Click offers](https://click.palletsprojects.com/en/7.x/api/). If this exists please comment with...

feature
investigate

In verbose mode the makensis return code is not properly checked. Any failure of makensis will be treated as a success by constructor. This is because `subprocess.Popen.communicate` (line 209) does...

os::windows

I _think_ there might be a typo/bug here in this section of code, specifically on Line 428. It feels like instead of passing `cert_chain` to `_der_certs_to_cf_cert_array`, instead `ctx_ca_certs_der` should be...

This check in setup.py for presence of the pandoc-secnos executable breaks local installs with pip. https://github.com/tomduck/pandoc-secnos/blob/1cf95f8bc05657a44ac9f34d4a2c27c794c097d0/setup.py#L67-L74 In other words, running `pip install .` (or `pip install -e .`) from repository...

Shouldn't this line: https://github.com/tomduck/pandoc-secnos/blob/1cf95f8bc05657a44ac9f34d4a2c27c794c097d0/MANIFEST.in#L2 instead read: ``` include DEVELOPERS.md ``` ? As it is, it throws the following warning on build: ``` warning: manifest_maker: MANIFEST.in, line 2: unknown action 'DEVELOPERS.md'...

In order to truly manage a mirror, it is also important to know which packages have been removed from the remote mirror. Suggestion is to include these packages in updates.tar...

## Summary Add in new `--pypi-mirror-url` and `--pypi-metadata-url` CLI options and deprecate `--pypi-url` ## Description I want to build conda packages for python packages hosted on an internal package server...

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? Attempting to round-trip a .conda package using...

type::bug