-
Not sure yet what this should look like, but it would be ideal if it were not immediately present within the standard interface; e.g., there was a debug tools dropdown, or you could request it from th…
-
bug in the xfield_tracer project in the vert_field_graph.h file at line 1353
` if (IndexNodes.count(Nodes[i].Neigh[j].Node>0))continue; `
It should be
` if (IndexNodes.count(Nodes[i].Neigh[j].N…
-
This isn't easily reproducible, but occasionally when navigating to https://dev.planttracer.com, it appear that no response comes back. I wait 10-60 seconds depending on how patient I'm feeling, and …
-
### Describe your environment
OS: macos
Python version: 3.12
Package version: 48b0
### What happened?
During load testing we profile our server with repeated POSTs to a collection URL.
The F…
-
This example script:
https://github.com/Jammy2211/autolens_workspace_test/blob/main/scripts/database/scrape/slam_pix.py
Gives this error:
```
2024-11-21 17:47:48,638 - autofit.database.aggre…
-
reported: https://github.com/paradigmxyz/reth/issues/10959
we use incorrect gasCost value:
https://github.com/paradigmxyz/revm-inspectors/blob/0648673aab70f83722d5ad2832d023b87c0dcbbe/src/tracin…
-
GEOS-FP advects 28 tracers. DSL port does 9 hard coded tracers.
Parent: https://github.com/GEOS-ESM/SMT-Nebulae/issues/55
---
- [ ] `ndsl` dynamical core can advect N tracers
-
Any project which depends on opentelemetry's resource module will cause viztracer to silently fail. I tried to debug but whenever I get to the end of the resource module the application simply exits s…
-
OpenTelemetry Specification specifies that a [Tracer **SHOULD** provide functions to report if it is enabled or not](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specificati…
-
I just had the annoyance of adapting an application that doesn't use tracing to a library that does; I need a no-op `Tracer` to satisfy a `MonadTracer` constraint.
It would be neat if `MonadTracer`…