Patrick Pichler

Results 73 comments of Patrick Pichler

I finally found some time to look into `hover.nvim` again 🙂 One of the biggest issues I faced right away, is the lack of having keybindings only for when the...

@mattn is there maybe any chance of getting this merged?

Hey! I was looking into something similar and found a solution: ```lua local bufnr = vim.api.nvim_get_current_buf() local hover_win = vim.b[bufnr].hover_preview if hover_win and vim.api.nvim_win_is_valid(hover_win) then -- window is open else...

Hey, Sorry for the late reply. I am still a bit under water and don't have too much time for open source work. Can you by any chance provide me...

Thanks for the swift response! I did try to run it using (a slightly modified, but nothing that should impact this) version of grafanas: https://github.com/grafana/pyroscope/blob/main/examples/grafana-alloy-auto-instrumentation/ebpf-otel/kubernetes/profiler.yaml What version of kind are...

Ok I now have setup a test environment in GH actions to quickly test things in the following repo: https://github.com/patrickpichler/otel-ebpf-profiler-kind-playground/ To keep things simpler, I decided to add the opentelemetry-ebpf-profiler...

I now added the profiler logs to the archive (and also print them in the action, the step is called `Profiler logs`). From a quick glimpse (I still need to...

The profiler runs with `hostPID: true` (see [here](https://github.com/patrickpichler/otel-ebpf-profiler-kind-playground/blob/main/deploy/kubernetes/base/profiler.yaml#L14)). The problem is more that `hostPID` in the case here is not the root PID namespace of the host, but instead the...

Thanks for the links @florianl, I wasn't aware of the cgroupv2 trick! I do not understand how it addresses the PID namespace issue though. Anyway I need to give it...

@wagoodman regarding the opt-in cataloger configuration, is there anything required besides https://github.com/anchore/syft/pull/4199/files#diff-88a14afdc0253cb83b54f7ebb8960a48aecc90a2c9288be359c15f599c38ea1fR267 https://github.com/anchore/syft/pull/4199/files ?