Marvin Vogt

Results 8 issues of Marvin Vogt

flake8 has a configuration option `max-doc-length`, which configures the maximum line length for docstrings. flake8-bugbear currently ignores this setting. It makes sense to limit line length of code to ~80-88...

enhancement
help wanted

To make git settings like the global `.gitignore` or the `allowedSignersFile` available to git inside of a devcontainer, I currently mount a `~/.config/git` directory inside of every container explicitly. Commiting...

**Reasons for making this change:** Starting with [v2.5.0b0](https://github.com/pdm-project/pdm/releases/tag/2.5.0b0) `pdm` requires a `.pdm-python` file to track the path of the local python installation. **Links to documentation supporting these rule changes:** [v2.5.0b0](https://github.com/pdm-project/pdm/releases/tag/2.5.0b0)...

It would be great to be able to see Pressure Stall Information within the Node Exporter Full dashboard, namely the following metrics: `node_pressure_cpu_waiting_seconds_total` `node_pressure_io_stalled_seconds_total` `node_pressure_io_waiting_seconds_total` `node_pressure_memory_stalled_seconds_total` `node_pressure_memory_waiting_seconds_total`

## Checklist - [X] I've searched for similar feature requests. --- ## Enhancement request When running `curl` in verbose mode, it will print every ip it tries to connect to,...

enhancement
new

Add a variable for supported python versions, removing the need to specify them in multiple places.

This PR updates the default python distributions, adding python 3.11 and 3.12, while making the update script easier to use with `just`.

Extracting a Figment containing a Toml provider pointing to a file that does not exist returns an `Ok(_)` value, provided that there aren't any mandatory fields missing. ```rust use figment::{...