David Calvert

Results 9 issues of David Calvert

Just added another way to fix the last code sample from https://doc.rust-lang.org/book/ch03-03-how-functions-work.html ``` fn main() { let x = plus_one(5); println!("The value of x is: {x}"); } fn plus_one(x: i32)...

Just a fix for the orc unwinder link that was broken ([404](https://www.kernel.org/doc/html/latest/x86/orc-unwinder.html)) in `stack-traces.md`. This repository is very interesting, thank you for sharing your notes!

**Describe the bug** Using parca-agent, we didn't managed to filter data based on the pod's `component` label. We tried several approaches like you can see in the configuration examples below,...

bug

## What was changed Updated Temporal's Helm chart dependencies: - Grafana from `5.0.10` to `6.59.4`. - Prometheus from `15.1.3` to `24.5.0`. While it's a huge bump, I've raised the temporal...

Fixed typos and some markdown lint in `README.md`.

Did a few changes to use the latest image and version locally. Changes: - Changed image - Updated to the latest version - Remove empty lines after labels when `.Values.commonLabels`...

Fixes #3678 Fixes #3672 This pull request adds the ability to set custom annotations on the no_permission_serviceaccount for our gha runner scale sets. This can be needed in some Google...

### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...

bug
needs triage
gha-runner-scale-set

Hi 👋 Just tested network-mapper and while it seems to have worked for _pod-to-pod_ traffic, I didn't manage to grab _pod-to-Internet_ traffic. According to the project' README.md: > Maps pod-to-pod...

enhancement