Andreas Bergmeier
Andreas Bergmeier
I am wondering what it takes to get https://github.com/abergmeier/golang-protobuf into godoc. There seems to be zero documentation about which magic is necessary to make it appear. And currently it does...
On my Ubuntu Dev machine I have credentials stored via `secretservice`. Now I would like to run containers inside docker, which have these same credentials. Mounting `$HOME/.docker` into the container...
One small step to have taken care of https://github.com/electronicarts/CnC_Remastered_Collection/issues/80
Will you be accepting changes to compile on Linux, too?
I have Ubuntu 20.04 with cups-browsed and cups-filter at 1.27.4-1. When I try to print, the printer pauses. Looking into `localhost:631` the error message is ``` "No destination host name...
Pass tags along to build.
I have a Terraform Provider which needs special _tags_ to build. These _tags_ I can pass to: > go run -tags containers_image_openpgp github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs The problem is though, that tfplugindocs does...
I would like to be able to find all tests, which check (call) a certain endpoint. When changing this endpoint, I could then selectively retest with only the bare minimum...