Sorin Sbarnea

Results 500 issues of Sorin Sbarnea

While autolabeler is a wonderful tool for adding missing labels to pull requests coming from external contributors it does also have a dark side, especially if you dare to add...

I observed that is almost impossible to prevent multiple label matches, regardless how well you try to define the matching patterns. This does not play well with labels that are...

Am I wrong to assume that one configuration option is using spellchecking error: `commitish` instead of `committish`? Based on bit of googling I assume the typo is real as the...

What is the benefit of spamming PR list with dependabot updates? Most of the open PRs are from it and they are ignored anyway, basically they bring no real value....

In order to make the **draft release notes** accessible to all users of a project, instead of only the project team, we should aim to persuade github to switch them...

Adopting release-drafter is great but this currently works only for future releases and so many projects are left over with a list of previous releases that do not have nice...

**Describe the bug** I was surprised to discover that `pipx install package>=1.2.3` would do nothing is a previous version is already installed, even if that is older than the version...

**Describe the bug** When trying to inject additional dependencies with their executables into existing pipx env, a confusing error like below will appear: **How to reproduce** ``` $ pipx inject...

enhancement
help wanted

It would prove very useful to be able to filter or highlight binary packages (non pure-python ones), as these are the most problematic ones to install, especially on across different...

[Mermaid](https://mermaid-js.github.io/mermaid/#/) is an open-souce graph maker that can easily be integrated in any web page and also with documentation build tools (sphinx, markdown based tools,...) Example of graph: ```mermaid graph...

enhancement
help-wanted