Mandatory GitHub checks
Making conditional workflows work with required status checks When you make a GitHub status check required in branch protection rules, GitHub expects that check to appear on every workflow. If your …
Short notes about interesting things I've discovered
Making conditional workflows work with required status checks When you make a GitHub status check required in branch protection rules, GitHub expects that check to appear on every workflow. If your …
It turns out NODE_OPTIONS does not support most options in Azure functions. I’m currently working on a migration from AWS to Azure. While adding observability to Azure Functions (we use …
I’ve been stuck multiple times in OpenTelemetry hell where things didn’t work or suddenly break. At some point our HTTP client instrumentation traces (which set the incoming root span on …