Michal Witkowski
Michal Witkowski
In our proto files we make extensive use of `option` parameters on messages, fields and services, for example for https://github.com/grpc-ecosystem/grpc-gateway or https://github.com/mwitkow/go-proto-validators. It would be fantastic if the [custom moustache...
Currently we're tied to `spf13/pflag` due to two things. First, we're using Annotations. It would be trivial to remove them and rely on whether the `Value` implements `Type()` and check...
##### Environment Standard pre-built docker container. ``` Dashboard version: 1.5.1 Kubernetes version: 1.5.3 ``` ##### Feature Request It would be fantastic to be able to leverage Kubernetes dashboard as a...
As mentioned in https://github.com/improbable-eng/grpc-web/issues/91 and in discussion of https://github.com/mwitkow/grpc-proxy/pull/16 (@peteredge's comment) we need a way to add metadata to outgoing calls. The https://github.com/improbable-eng/grpc-web/issues/91 broke because of gRPC-Go changes in 1.5...
This allows users to customize the ref to use from the branch. For example: ``` json "vcs": "git", "vcs-config": { "ref": "releases/9.0" }, ```
This adds server-side (Middleware) and client-side (Tripperware) monitoring of HTTP calls in Prometheus. It uses `http_ctxtags` from this package to make sure that the `Handler` are identified using `handlerName` tag...
## What is the feature? ### Description Support presets "away", "boost", "sleep", "normal" so that using something like [scheduler-card](https://github.com/nielsfaber/scheduler-card) is easier ### Additional Information
Setting up publishing to Maven Central proved to be a hassle. I used Github RAW serving to set up something similar to: http://kwebble.com/blog/2014/02/19/use-github-to-host-your-own-maven-repo This ticket tracks moving to upstream Sonatype...
Currently SBT runs Junit integration tests with `--exclude-categories=org.flagz.IntegrationTestCategory` by default. That's to make sure that integration tests are easy to consume by contributors (not needing etcd running) Figure out a...
SBT is pretty terrible, and the main focus of this library is Java folks. Move to [bazel](https://github.com/bazelbuild/bazel), since it supports both Java and Scala... and I generally understand what that...