Timothée Mazzucotelli

Results 286 issues of Timothée Mazzucotelli

Sister of pawamoy/shellman#38 ### Boost priority - Boost priority in our backlog through [Polar.sh](https://polar.sh/pawamoy). Higher pledge, higher priority. - Minimum pledge by user/organization is $5, minimum amount for boost is...

feature
fund

To avoid discrepancies between the client-side and server-side validation, we should get rid of the client-side validation using javascript. Instead, we should simply send a request upon password field modification...

I recently read this article https://iscinumpy.dev/post/bound-version-constraints/, which makes very good points about why we should not add this upper bound on Python, or on any dependency for that matter. I...

Hello! Thanks for `ansimarkup`, it's great and I love it 🙂 I just encountered an issue though, where the text I'm printing through the `ansiprint` function contains text such as...

**Describe the bug** I'm trying to get a single field from a filtered set of rows. I've tried the following: ```python branches = await ProjectDependency.objects.filter(project__id=project_id).values_list(fields=["git_branch"]) branches = await ProjectDependency.objects.filter(project__id=project_id).fields("git_branch").values_list() ```...

bug

**Describe the bug** For each invocation of ptg (on the CLI or programmatically), some ANSI sequence is printed on the console: CLI: ```console % pdm run ptg --version ^[[4;1890;1072tPyTermGUI version...

Bug

The generated file changes each time I run pydeps again. Would it be possible to make the resulting SVG the same each time, as long as the source is the...

enhancement

Hello, just noticed this while debugging something. If we enter the condition `if not authorization or scheme.lower() != "basic"`, the instance of HTTPException happens to be unused. I moved it...

Closes #709 I implemented that on GitPod.io but have a lot of test failures due to pexpect timeouts, and `pkg_resources` module not being found (it seems the env on gitpod...

**Is your feature request related to a problem? Please describe.** See https://github.com/mkdocstrings/mkdocstrings/pull/474 Currently the custom templates value is inserted into the templates paths list as is, so it's relative to...

feature