Simon Leonard
Simon Leonard
Hi, I'm trying DenoDB with a simple example : store users in a sqlite database. But two issues occurs when inserting a user: * id is a number instead of...
Hi, I recently reinstalled `tomb` to open an old tomb. But it seems that the FS is corrupted, as a "UNEXPECTED INCONSISTENCY" come up with a clue asking to run...
Hi, I couldn't find it in the documentation or in the issues. I have 4 text columns for tracking the time I arrive and leave a place in the morning...
Hello, Using this module I run into a deprecated warning when running borgmatic: ``` summary: /etc/borgmatic/config.yaml: Configuration sections (like location:, storage:, retention:, consistency:, and hooks:) are deprecated and support will...
Hi there, I'm currently learning Rust with [rustlings](https://github.com/rust-lang/rustlings/), and I use a Zellij layout that you can find here: https://gist.github.com/sinux-l5d/f695d5c31377616d091be2044977b936 I'd like to be able to re-run a command _without...
### What is the URL where the issue is happening https://roadmap.sh/ai-data-scientist ### What browsers are you seeing the problem on? Chrome ### Describe the Bug Hello, I missclicked on the...
**Describe your environment** nginx 1.27.1 **Steps to reproduce** Dockerfile: ```Dockerfile FROM nginx:1.27.1-alpine RUN apk update \ && apk add --no-cache tzdata \ && apk add --no-cache libprotobuf \ && wget...
Hello, I have an private container registry where I store all images. While experimenting with the opentelemetry-kube-stack chart, i've tried to overwrite the autoinstrumentation images in two places : -...
Hello, When enabling _ServiceMonitor_ via `defaultCRConfig.observability.metrics.enableMetrics`, it doesn't add the following to the _Opentelemetrycollectors_ config : ```yaml service: telemetry: metrics: readers: - pull: exporter: prometheus: host: '0.0.0.0' port: 8888 ```...
### Component(s) collector ### Is your feature request related to a problem? Please describe. Hello, Due to project standards, we create our ServiceMonitor in the same namespace as our prometheus-operator...