Timothée Mazzucotelli

Results 286 issues of Timothée Mazzucotelli

PDM is using Blinker: https://pypi.org/project/blinker/ Probably possible to implement it ourselves without too much code.

The mkdocstrings Python handler is able to merge `__init__` methods docstrings into their classes' docstrings. This is nice, but usually `__init__` methods just have a summary like "Initialize this [CLASS]."...

help wanted
good first issue
docstrings
sphinx

**Is your feature request related to a problem? Please describe.** The clients I'm generating must authenticate with a cookie, which is not supported by openapi-python-client right now. **Describe the solution...

enhancement

Maybe use this lib: https://flask-sqlalchemy.palletsprojects.com/en/2.x/quickstart/ It could fix #22 ### Boost priority - Boost priority in our backlog through [Polar.sh](https://polar.sh/pawamoy). Higher pledge, higher priority. - Minimum pledge by user/organization is...

refactor
fund

> The value of this parameter is expanded (see PROMPTING below) and displayed by interactive shells after reading a command and before the command is executed. Cons: must run commands...

refactor
fund

The idea is to make the history file more readable for humans, but also easily importable by other tools. I don't think there's a library for handling CSV files in...

refactor
fund

If it's not, we can still rely on the parents field to compute it. It seems to be working fine at first glance: ```console $ # in bash $ echo...

refactor
fund

It seems to be set to the user's default shell (in /etc/passwd). Appears as `/bin/bash` even in Zsh. Fortunately, the parents field holds the correct information. ### Boost priority -...

refactor
fund

## Post your ideas here! Reminder of the available fields for analysis: - `start`: command start time - `stop`: command stop time - `duration`: duration of the command - `uuid`:...

feature
fund

Write a recursive function using dichotomy to insert objects in the database. - If inserting all objects fails, split the list in two, recurse on both parts. - Stop condition:...

refactor
fund