Alexandre Feblot

Results 6 issues of Alexandre Feblot

All local variables displayed on each stack frame lead to huge unreadable stack pretty fast. You could add a setting to display or not display them. Also, displaying functions and...

enhancement

When cloning using `--http --token `, all git repository remotes include the token: ``` https://token:@gitlab.mycompany.com/path/to/repo.git ``` I think, at least by default, remotes should be created without the auth part...

**What happened**: Trying to `docker pull quay.io/wagoodman/dive` , I get the following error, and the docker pull fails. > [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version...

bug
distribution

Is it expected that `dev.ConsoleRenderer` [changes the value of my style variable passed with the `level_styles` argument](https://github.com/hynek/structlog/blob/main/src/structlog/dev.py#L634-L641), instead of copying it and modifying its own copy? Demo: ```python import structlog...

bug

[uv](https://docs.astral.sh/uv/) seems to become the de-facto standard Python package and project manager. This pull request provides support to detect uv-based projects, based on - `uv.lock` - or `pyproject.toml` containing a...

With markdownlint 0.38 (markdownlint-cli 0.45.0, ) all rules enabled with the default config: This document generates the expected error: ```md # level 1 ### level 3 ``` **mdtest.md:3 MD001/heading-increment Heading...

enhancement