Leonidas Loucas
Leonidas Loucas
What I am aiming for ``` {-# LANGUAGE ExplicitForAll #-} module Main where fn :: forall m s . ( Constraint m , Constraint s ) => (Type -> s)...
* **I'm submitting a ...** - [x ] bug report - [ ] feature request - [ ] feedback * **If the current behavior is a bug, please provide the...
**Describe the bug** Confusing coverage highlighting for python from coverage.xml `coverage.xml snippet` ```
uv pip compile ``` (test-7) ➜ tools-3 git:(master) ✗ uv pip compile --index-url https:///artifactory/api/pypi/virtual-pypi/simple --no-cache --no-deps
Using `axum` I have a very early middleware that attaches a `span` with a propegated request id from a header. ``` let span = info_span!("request", %request_id); next.run(req).instrument(span).await ``` Since this...
Notes: Running python3.6 on ubuntu I am trying to use your project to make this library (https://github.com/JadenGeller/Guac) work on cpython. In particular i am changing line 40 in this file...
Grafana Version: v7.5.5 (b5190ee547) Plugin Version: 1.2.0 I have the following query ``` WITH RECURSIVE recurseruns AS ( SELECT p.id as pr, p.created_at as pr_create, runs.upstream_run_id, runs.run_id, runs.job_name, runs.started, runs.completed...
## Bug Report ### Version ``` cargo tree | grep tracing │ │ └── tracing v0.1.40 │ │ ├── tracing-attributes v0.1.27 (proc-macro) │ │ └── tracing-core v0.1.32 │ │ │...
**Describe the bug** Not 100% sure this is a bug, but the celery user by default does not have access to the aliveness-check api. so When the broker_management client [calls...