Anderson Bravalheri
Anderson Bravalheri
Hi, thank you very much for the plugin, it is much faster then what I was doing before. I have a quick question though... It is not possible to change...
This proposal was motivated by the [recent discourse thread](https://discuss.python.org/t/updating-fundable-packaging-projects/16566/4) **What is the current situation/context?** Currently the combination of setuptools/wheel does not support reproducible builds completely. This makes some kinds of...
Hi @wting thank you very much for autojump! Amazingly useful. This PR makes the `autojump.sh` file more POSIX-compliant, which is useful in some OSs that link `/bin/sh` to secondary shells...
Although errors and warnings are being logged, some times the strategies result in empty sets of nodes. Being able to see more information in the logs is helpful to troubleshoot...
This makes Kubernetes.DNS compatible with the procedure described in the Kubernetes strategy for connecting to a remote shell and running observer, which is very useful for debugging.
## Purpose This is a simple experiment to see how the upcoming changes in setuptools are going to reflect on PyScaffold. Specifically support for configurations via `pyproject.toml` (instead of `setup.cfg`),...
The changes here try to address #447, but they would be more of a RFC than a PR... I tried to add the most complete implementation that would support the...
Going forward (maybe v5?), it seems that having Markdown active by default would be the most beneficial for the user base. We can have a `--rst` flag to keep generating...
## Describe your use-case Currently we only measure coverage for a single specific Python version and OS combination. This means that a lot of parts of the code have a...
## Description of your problem Recently I noticed our docs still mention a lot of direct execution of `setup.py`, and that is [now deprecated](https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html) (see #535 for other details). It...