Results 11 comments of Alex Antonov

Would it be possible, as part of this PR, to also add a getter to the `DogStatsD` sync to expose the `Client`? Since the DogStatsD client also provides ability to...

I am not sure that I agree with this interpretation. In your build you have 2 proto sources, one, living in the source-tree, thus under src/test/proto and another declared as...

To answer the question of packaging - YES, protos are like old CORBA idl files, you don't want to precompile and redistribute them, as they are ALWAYS subject to change,...

I am not at length familiar with the android build declaration/configuration in Gradle. Can you shed some light onto what exactly is not compatible? From your comment, I assume the...

I think this would be a great addition to be able to configure "undesirable" types. For example the use of `google.protobuf.Struct` or `google.protobuf.Any` might not be desired for particular applications,...

Here is the commit that has the removal in it. - https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox/commit/5ef291f884d9aa4d4b71bb45f88c6c907ed337c7#diff-fb3e2e40085130a42c1fcf7ef347267e

My UI skills are not great, but I'll take a look to see what I can muster. The Nomad CLI provides the diff output out of the box, i.e. `nomad...

Design-wise, I'd propose to add another link to https://github.com/jippi/hashi-ui/blob/master/frontend/src/components/JobTopbar/JobTopbar.js named "Versions", which would output the formatted diff result, similar to what "Raw" does.

Linking #44 as it has some similar traits!