John Belmonte
John Belmonte
#### What's the problem this feature will solve? `pip` supports [per-requirement options](https://pip.pypa.io/en/stable/reference/requirements-file-format/#per-requirement-options), e.g. `--config-settings` I'm forced to use per-requirement `--config-settings`, because there are [cases where pip intentionally does not honor...
### Describe the bug For example, https://hub.docker.com/r/victoriametrics/victoria-metrics/tags includes tag `v1.97.2-enterprise`, but not `v1.97.2`. ### To Reproduce n/a ### Version n/a ### Logs ``` docker: Error response from daemon: manifest for...
**Describe the bug** When a large step size is set in Grafana for a `count()` query with multiple series, the stacked graphed output is strange (stuttering values). (E.g. `resolution=1/10` for...
## Describe the bug While using HTTP API directly, I noticed a momentary incorrect value on raw `query_range` output regarding most recent datapoint. ## To Reproduce values written (by `/api/v1/import/prometheus`):...
**Describe the bug** count() output becomes increasingly inflated as step duration increases delta is worse on negative slope than positive slope, but generally both are inflated **To Reproduce** compare count()...
**Bug Report** When using an `if`/`else` in class scope of an Enum definition, there is a false error "Attempted to reuse member name in Enum definition". I understand mypy might...
I believe this report is different from #996 and #857, since the error is different, and it's demonstrating different behavior depending on which sub-package modules are compiled. Observed with mypyc...
### Description `pip wheel` correctly passes `config_settings` when given a requirement specifier directly, but not when given a requirements file. Works: ```sh pip wheel --config-settings "setup-args=-Dblas=blas" scipy==1.10.1 ``` Doesn't work:...
https://github.com/python-trio/purerpc/actions/runs/4158772667/jobs/7194217372
I wasn't able to find anything in the documentation about when `ConnectionState` changes, especially for the case where remote is initiating `CloseConnection`. It's significant in light of the recent change...