Reinout van Rees

Results 15 issues of Reinout van Rees

Zest.releaser uses twine as an API when uploading files to pypi. It calls `upload()` directly. But https://github.com/pypa/twine/commit/ece3711fb7e69891b1ed8f86314a2762dbe64454, which is in the recent 1.7.x releases, broke the API as there are...

enhancement
documentation
feature request

## What's the problem this feature will solve? At our company we have quite some non-programmer programmers. I am tidying up their projects. Tox helps a lot to bring order...

enhancement

I have a mix of services with only some of them having a health check. So I configured autoheal like this in my `docker-compose.yml`: autoheal: image: willfarrell/autoheal:1.1.0 tty: true restart:...

**Description** I normally create my virtualenvs with `python3 -m venv .`, this places the `bin/` and `lib/` directly inside the project root. Handy, as you now have `bin/pip` and don't...

My decoder got detected as a lokommander II, correctly. I like the customized pages for the various settings! There is an error on the page for handling the `114` and...

Ruff `0.1.13` I've excluded a "cookiecutter" directory because those files have `{{ project_name }}`-like variables in them that aren't valid python or toml. This works fine with ruff itself. When...

bug

We use the docker images for testing our plugins, using `qgis_setup.sh` like documented here: https://github.com/qgis/QGIS/tree/master/.docker#running-tests-for-a-python-plugin But... the `Dockerfile` in there isn't used anymore as far as I can see and...

A colleague had a dependency on h5py. The https://pypi.python.org/simple/h5py/ page contains links to the now-unused http://h5py.alfven.org/ which redirects after quite some time to the new page at http://andrewcollette.com/ . From...

On both a local 14.04 VM and on a 12.04 server, I noticed that setuptools 7.0.0 ends up as a **zipped egg** in my ~/.buildout/eggs cache directory. The other setuptools...

See original issue https://bitbucket.org/reinout/checkoutmanager/issues/22/add-command-switch-to-check-if by @chintal I'm limiting the original issue to this: What I'd like is reliably detecting whether "checkoutmanager up" resulted in any actual code updates. Seems hard...