Roché Compaan
Roché Compaan
First, thank you for an awesome package! I installed a nightly build of rust and ran `cargo build` on a clone of `master` and I also tried the `rewrite3-vectorize` branch....
**I'm submitting a ...** (check one with "x") ``` [x] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see...
I'm trying to generate a Let's Encrypt certificate for a domain but I'm not having any luck. I consulted the numerous other issues related to the pki role but I...
Upgrading my project to Python 3.12 runs into the following error: ``` from pyramid_celery import celery_app :1360: in _find_and_load ??? :1331: in _find_and_load_unlocked ??? :935: in _load_unlocked ??? venv/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:168: in...
I'm working on some docs and scripts to streamline NixOS installation on Hetzner bare metal servers: https://github.com/rochecompaan/hetzner-nixos-deploy. I have mixed results with systemd as a boot loader for RAID1 configs....
I currently use `stats by (_msg)` as a way to have the message available in the alert notification. For example: ``` kubernetes.namespace_labels.kubernetes.io/metadata.name: "my-namespace" AND ERROR | stats by (_msg) count()...