Davide Pesavento
Davide Pesavento
`optional.hpp` seems to rely only on the C++ standard version in use to choose between the `std::in_place` facility from the standard library or its own implementation. https://github.com/martinmoene/optional-lite/blob/86db12f3b6c2026ad83efd51c5ce3622bb06f1b8/include/nonstd/optional.hpp#L88-L99 However, simply compiling...
`genhtml` uses inline styles in a couple of places. These are incompatible with Content Security Policy (CSP) and are generally frowned upon. For example, Chrome reports the following error on...
I'm opening this issue mostly as a reminder. As of version 21.11, [DPDK supports ASan](https://doc.dpdk.org/guides/prog_guide/asan.html). Not sure what the situation is with the other dependencies, notably SPDK.
It probably shouldn't assume a specific filesystem location. Another common install path is `/usr/include/dpdk`. Maybe, in addition to checking in `/usr/local`, use pkg-config to detect things, since that's precisely its...
It would be nice to have out-of-the-box support for printing stack traces in [Symbolizer Markup Format](https://llvm.org/docs/SymbolizerMarkupFormat.html). Just a suggestion. Thanks!
### Jenkins and plugins versions report Environment ```text Jenkins: 2.423 OS: Linux - 5.10.0-25-amd64 Java: 17.0.7 - Debian (OpenJDK 64-Bit Server VM) --- analysis-model-api:11.7.0 ansicolor:1.0.4 antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 bootstrap5-api:5.3.0-1 bouncycastle-api:2.29 branch-api:2.1128.v717130d4f816...
### Description `metadata-action` does not seem to honor the `SOURCE_DATE_EPOCH` [env variable](https://reproducible-builds.org/docs/source-date-epoch/) when generating labels and annotations such as `org.opencontainers.image.created`. I know these can be overridden by the calling workflow,...
### Description Let's say I have the following `docker-bake.hcl`: ```hcl group "default" { targets = ["foo", "bar"] } target "foo" { dockerfile = "Dockerfile.foo" tags = ["my/foo:latest"] } target "bar"...
### Description I'm [using](https://github.com/named-data/actions/blob/2907fde08ddbfed9ca5284b517f888a029baeeeb/.github/workflows/docker-image.yml#L192) `docker buildx imagetools create` to create a multi-platform image from previously built single-platform images. I'd like this command to somehow output the digest of the newly...
With a development snapshot of clang 19 on Ubuntu 22.04/24.04: ``` ../scope-lite.hpp:988:40: warning: cannot refer to a non-static member from the handler of a constructor function try block [-Wexceptions] 988...