Adam Dangoor

Results 50 comments of Adam Dangoor

I'm re-opening this as I have found what I think may be a behaviour change between Python versions that should be handled differently by `urllib3`. See this code with `urllib`:...

This is still the case - I just spent some time figuring out why my plugin was not loading and found those docs eventually. A warning would have helped greatly....

I'm using the following to get `pip-check-reqs` to work with the requirements I specify in `pyproject.toml`: ``` pdm export --pyproject | pip-missing-reqs --requirements-file=/dev/fd/0 src/ ```

I will close this and call `pdm` the encouraged method. I prefer not to re-implement it, and I prefer not to add a dependency on it, so I have documented...

Thank you @jdknight . I have tested this out and it works for the case mentioned in the issue description. However, it does not work for titles with apostrophes (and...

Please let me know if you prefer for me to create a new issue for this.

> The fixtures in the list look good to export, except maybe `_pytest.fixtures.FixtureRequest` / `_pytest.fixtures.SubRequest` which I'm not super clear about myself. I believe `_pytest.fixtures.SubRequest` is what I would like...

@rdozier-work if you add this to PyPI, I expect folks (including me) will start using it, and then the contributions will pick up.