Pierre Gimalac

Results 55 issues of Pierre Gimalac

I have a simple question but I can't find the answer in the doc: how do I disable the viewer ? I usually use zathura, but it doesn't give the...

### What does this PR do? Update all `go.mod` files to use the bugfix Go version (`1.21.7`) instead of the minor version (`1.21`). ### Motivation It is preventing importing dependencies...

changelog/no-changelog
component/system-probe
qa/skip-qa [deprecated]
team/agent-shared-components
qa/no-code-change
7.52.0-drop

### Description I'm seeing a banner warning that my token is `invalid or expired` while it is neither. Looking at the code it looks like this banner is displayed if...

bug
help wanted
meta
small

Fix https://github.com/refined-github/refined-github/issues/7200. Handle different page layout in `use-first-commit-message-for-new-prs`. ## Notes With that layout, commits are loaded after the page itself, so I had to add a wait for the element....

bug

### Description When trying to create a PR with too many commits in the diff, Github uses a different layout to display the commits, and loads them asynchronously, resulting in...

bug
help wanted

### What does this PR do? Add a diagnose suite to check issues around port conflicts. ### Motivation This is a common issue for users, at best a log can...

team/agent-shared-components
7.51.0-drop
7.52.0-drop

### What does this PR do? Move the trace logger component from `comp/core/log` to its own package in `comp/core/log/tracelogimpl`. ### Motivation Decouple trace-agent from core-agent. The end goal would be...

changelog/no-changelog
team/agent-apm

### What does this PR do? Uses build tags to avoid initializing all config values when building for serverless. ### Motivation Init duration is important for serverless, the `setup` package...

changelog/no-changelog
team/serverless

### What does this PR do? Lowercase keys in `config.IsKnown`, so that it returns the correct information for uppercased keys. ### Motivation `config.IsKnown` currently returns `false` for all keys containing...

changelog/no-changelog
team/agent-shared-components
qa/done

**THIS IS BLOCKED UNTIL THE `otlp` TAG IS REMOVED FROM THE SERVERLESS BUILD** ### What does this PR do? Remove opencensus and various other dependencies from the serverless agent. ###...

changelog/no-changelog
team/agent-apm
qa/no-code-change