Brecht
Brecht
# Description Fixes bug where labels are wrongfully assigned to values because their order changed in input dictionary. Fixes part of https://github.com/open-telemetry/opentelemetry-python/issues/3391. This does not fix missing labels, it only...
**Describe your environment** - opentelemetry-exporter-prometheus==1.12.0rc1 - opentelemetry-sdk==1.19.0 - opentelemetry-api==1.19.0 - Python 3.11.0 **Steps to reproduce** ```python from opentelemetry import metrics test_counter = metrics.get_meter("module").create_counter('test_counter', description='counter used for testing') test_counter.add(1, {'location': 'here',...
Some errors are very vague, and this should be improved as much as possible in general. This makes it easier for user to diagnose issues, but also for developers to...
Endgoal is to be able to run redroid in Kubernetes without privileged: true. To achieve that, I first tried running redroid docker without privileged, but without any success. Running it...
FramesManager addPageCallback doesn't handle an undefined frame returned by getFrameForExecutionContext. Not entirely sure if it should ever get here if frame is undefined or it is the symptom of a...
What has been done so far: - Introduce position for absolute, relative viewport, and relative mouse - Utility function to convert between them - Migrate decent amount of logic to...
Direnv on it's own is a very nice tool but combined with tools like nix-flake, direnv, devbox... it becomes really powerful. The status icon already shows if direnv is reloading,...
Language modules should be able to extend files to watch. Not sure how this would fit into the current setup, but goal would be that they could register files that...
Posting here since I'm not sure if this is me doing something wrong or a bug. Example project: ``` ├── nested │ ├── devenv.nix │ └── package.json ├── devenv.lock ├──...