Karsten Becker

Results 9 issues of Karsten Becker

In our org we have multiple recipes with a shared code basis. The directory structure is as following: ```sh . ├── CMakeLists.txt ├── simple_example.cc ├── sub1 │ └── conanfile.py └──...

type: look into

### Is your feature request related to a problem ? There is now a enableOTLPReceiver field in the Prometheus CRD, but the kube-prometheus-stack doesn't pass that through unfortunately. ### Describe...

enhancement

For my NRI plugin I only have a single connection. Wrapping that connection into a stream is possible, but comes with some significant disadvantages. The first being that the spawning...

The `src/asynchronous/server.rs` currently assumes that there is a stream of incoming connections. For my scenario (NRI plugin) this is disadvantageous because I am already connected. Wrapping the connection into a...

I implemented an NRI plugin in rust and I noticed that the documentation is not quite clear on the underlying protocol. It currently states: > The core of NRI is...

documentation

In our CI pipeline, we use [build secrets](https://docs.docker.com/build/building/secrets/) to inject secrets for our internal registries into our Dockerfile. However, the devcontainer CLI currently doesn't support using those secrets from within...

feature-request

This adds support for using Docker build secrets in devcontainer features, allowing sensitive information to be used during the build process without being included in the final image. Fixes: #1077

When submitting a PR it is mandatory to accept the Microsoft CLA and I am wondering why that is. Also, if this repository chooses to remain committed to the Microsoft...

- Removed the download of GPG keys from GitHub. - Eliminated the function for checking reachable GPG key servers. - Updated the script to copy a local KEYS file instead....