David Tucker

Results 39 comments of David Tucker

https://pypi.org/project/git-when-merged/ Woohoo! Thanks @mhagger 😎

I need multiline cells (for bulleted lists), and I couldn't figure out how to do it in markdown without using raw HTML (which doesn't seem to get the Sphinx style...

How about something like this? ``` python if Path(line).is_file(): return line return finder.find_python_version(line) ```

I can repro on `2021.5.29` as well as `2021.11.5.post0`.

Here's a repro: ``` $ pipenv install 'requests

Just hit this on openSUSE... I've tried reinstalling, and I've tried nuking `~/.docker/config.json` without any luck.

Apparently `docker-credential-secretservice` just doesn't work on headless machines... I worked around by using `docker-credential-pass` instead... First, download docker-credential-pass from GitHub: https://github.com/docker/docker-credential-helpers/releases/ ``` sh sudo zypper install gpg2 password-store pass init...

I am still able to reproduce the issue with Python 3.9 + `pipenv, version 2023.5.19` ``` sh tox -e py39-lock --notest # tox 4.5.1 fwiw python3.9 -m venv venv venv/bin/python...