Pierre Gimalac
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...
### 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...
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....
### 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...
### 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...
### 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...
### 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...
### 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...
**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. ###...