Romain Geissler @ Amadeus

Results 24 issues of Romain Geissler @ Amadeus

Hi, Would it be possible to implement a new flag (or update the behavior of "--ignore-missing-args" so that what can be omitted is not only missing source files, but also...

Hi, I am having issues with pacman packages involving symlinks. Symlinks are not keep in the final package, instead, they are copied. Trivial reproducer: ``` root@c12e18c630ff:/tmp# mkdir package.src root@c12e18c630ff:/tmp# echo...

**What version of protobuf and what language are you using?** Protobuf 21.12 (the "all" tarball) Language: C++ **What operating system (Linux, Windows, ...) and version?** Linux **What runtime / compiler...

untriaged

Gcc since gcc >= 5 uses C11 (which superseeds C99). Clang uses C11 (or C17) since at least Clang >= 3.3 Gcc 5 was released in april 2015. The reasoning...

### Description Hi, It seems for now --entrypoint=argument can only specify a single argument string. It would be cool if we were able to specify a multiple arguments json array,...

kind/bug
status/0-triage

### Description Hi, As described in https://github.com/containers/podman/issues/19930#issuecomment-1715401284 it seems that currently in the docker client code, the default value of `oomScoreAdj` https://github.com/docker/cli/blob/843951e84a4a0326e3309a1658e572fd359cd14f/cli/command/container/opts.go#L92 is zero, which is unexpected. The right default...

kind/bug
status/0-triage

**Description** While testing one of our OCI build tool against both docker and podman, I noticed that the tests of my tool are one order of magnitude slower on podman...

stale-issue

Hi, We are using Prometheus metrics in my company, and a user just phoned me to ask me a feature which AFAIK is not implemented in the current prometheus-cpp core...

Updates on metrics is something that happens much more often than collecting operations, and it doesn't require strong atomic guarantees (ie if two threads update a metric at the same...