Pierre Gimalac

Results 55 issues of Pierre Gimalac

### What does this PR do? Add some missing configs in the config setup, so that they are properly declared (and "known"): - `apm_config.max_catalog_entries` - `dogstatsd_workers_count` ### Motivation All configs...

changelog/no-changelog
team/agent-shared-components
qa/no-code-change

### What does this PR do? Remove a few agent-payload packages from dependencies of serverless agent. ### Motivation Remove unused dependencies from serverless agent, in order to reduce init time...

changelog/no-changelog
team/agent-shared-components
qa/no-code-change

### What does this PR do? Remove `pkg/util/containers/metrics` packages from the serverless build. ### Motivation Remove unused dependencies from serverless agent, in order to reduce init time duration and reduce...

team/containers
changelog/no-changelog
qa/no-code-change

### What does this PR do? Implement synchronizing config values in non-core agent using the API of the core agent as source of truth. ### Motivation Enabling API key refresh...

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

### What does this PR do? Remove global variable and init function of the `pkg/util/retry` package. ### Motivation Reduce serverless agent init duration. The package took between 1 and 3.5ms...

changelog/no-changelog
team/agent-shared-components
qa/no-code-change

Hello, As discussed, on the following code using polymorphic recursive data type stainless never finishes (nor prints errors or anything). https://github.com/jacobprudhomme/finger-tree/tree/stainless-bug Thanks.

bug

Hello, I have two types `Node` (representing a ternary tree) and `Digit` (a tuple of 4 `Node`). ```scala sealed trait Node[T] final case class Leaf[T](a: T) extends Node[T] final case...

Hello, When I run stainless using `--solvers=princess` on the code at https://github.com/jacobprudhomme/finger-tree/blob/stainless-slow/src/main/scala/fingertree/FingerTree.scala (which is relatively short), then it stackoverflows. Here is the stacktrace [stainless-stack-trace.txt](https://github.com/epfl-lara/stainless/files/10251587/stainless-stack-trace.txt) It shouldn't be an installation /...

### What does this PR do? Avoid scrubbing entirely the API and APP keys (we want to keep the last characters so that they are identifiable). ### Motivation When some...

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

### What does this PR do? Add some missing Go mod in the modules list. ### Motivation Avoid weird states or errors due to missing modules with automations. ### Additional...

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