Vincent Duchauffour

Results 11 issues of Vincent Duchauffour

# What does this PR do? This PR add `pre-commit` to the project. It also adds 2 more things: - a github action that runs `pre-commit autoupdate` the 1st of...

# What does this PR do? This pull request add a [release drafter](https://github.com/release-drafter/release-drafter) and a pull request labeler based on branch names. The release drafter helps to automatically draft a...

Hello, Would it be possible to update an existing docstring? For example, when adding a new argument to a function, adding automatically (or via a suggestion) the corresponding line to...

Although `betterlockscreen` and `i3lock` are well known session lockers, I think that adding the case of X session lock via `xsel s activate` is a good option. Thanks.

Since numpy 1.24, the usage of `np.float` and `np.int` is depreced and raised an error. It must be replace with builtin `float` and `int`. Could this be fixed? Thank you

### The issue: Hello, I made my Qtile config a few month ago and I've noticed several cases where values doesn't match when I use multiple screens (laptop screen and...

kind: bug
area: widgets
area: multimonitor
core: x11

### Description of the bug It seems that documentation contains inconsistency about `ignore-init-method` and `ignore-nested-classes` in [configuration](https://interrogate.readthedocs.io/en/latest/#configuration) section and [command line options](https://interrogate.readthedocs.io/en/latest/#command-line-options). Command line options seems to match to default...

bug
needs triage

## 🚀 Feature - Adding PEP517 metadata The [PEP517](https://peps.python.org/pep-0517/) introduces a possibility to build packages isolated from the runtime environment. Currently no metadata for the build are provided, so it...

Hello, I used your program several times on my machine (archlinux) a few weeks ago but now I get this error message: ``` Could not register listener. Is the DBus...

Hi, Since the [release](https://github.com/python-poetry/poetry/releases/tag/2.0.0) of Poetry v2, the schema of `[tool.poetry]` has been deprecated in favor of the standard `[project]` metadata definitions in the `pyproject.toml` file. In a project that...