Richard Fussenegger
Richard Fussenegger
It would be great if the protoc plugins are published to MavenCentral the same way Google does it for [protoc](https://search.maven.org/artifact/com.google.protobuf/protoc) (and others: [protoc-gen-grpc-java](https://search.maven.org/artifact/io.grpc/protoc-gen-grpc-java), [protoc-gen-grpc-kotlin](https://search.maven.org/artifact/io.grpc/protoc-gen-grpc-kotlin), [protoc-gen-validate](https://search.maven.org/artifact/io.envoyproxy.protoc-gen-validate/protoc-gen-validate)) so that it can be...
I like Markdown because of its easy rules and plain text readability and I am sure others do to. I have the following simple comment: ``` // [ISO 4217] currency...
Would it be possible that we get an official Docker image? You could host it [on GitHub](https://github.com/features/packages) like the pre-compiled binaries. Having a Docker image would simplify the usage with...
We are extending the runner base image to provision additional software similar to what GitHub does in their virtual environments. These provisioners also need to set up additional environment variables...
Various additional software is installed in the runner image from different sources. However, the authenticity of the downloaded software is not verified. Everything assumes that the transport encryption is sufficient....
I literally just stumbled upon your project and had a look at the supported programming languages while asking myself, why not [Rust](https://www.rust-lang.org/)? Well, here I am asking you this exact...
Seems like something is wrong here. 😉 ``` $ apt-smart --version Version: 7.1.3 on Python 3.8 Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib/python3.8/logging/__init__.py", line 2127, in shutdown...
The releases available via the package installers for Ubuntu are terribly outdated and straight up fail to work. Hence, we would like to install the latest version. The problem is...
Hi there! Currently I compile my ImageMagick executable myself and I use the following configure options: ``` ./configure \ --disable-static \ --enable-shared \ --with-jpeg \ --with-png \ --with-quantum-depth=8 \ --with-rsvg...
Closes #4918 as it is a Java 6 compatible alternative to adding `TYPE_USE` to the targets that works in Java versions older than 8 as well. The idea for this...