Steve Moyer

Results 39 issues of Steve Moyer

In the [The Checks Object](https://inadarei.github.io/rfc-healthcheck/#the-checks-object) section, the second paragraph reads: >The key identifying an element in the object SHOULD be a unique string within the details section. It MAY have...

As we've adopted the micro-service mind-set, we find ourselves with a larger and larger hierarchy of service calls being made from "aggregator" top-level services. For instance, since we use OAuth2...

While working on #828, I found that the output of the `ls` command could be improved. The `default` value of `OutputFormat` produces the following output (only one bug shown): ```...

For human-friendly output, additional text should be sent to standard error. Resolves #828.

This [tenet](https://en.wikipedia.org/wiki/Unix_philosophy) is stated as: > Expect the output of every program to become the input to another, as yet unknown, program. Don't clutter output with extraneous information. Avoid stringently...

CLI
v1.0.0

As discussed in #803, including a test that calls `t.Parallel()` and uses a temporary directory causes unpredictable failures on the Windows build server. Rerunning a failed check often succeeds but...

There appears to be a problem with concurrency on Windows machines. This PR is experimental (just for testing on Windows) but may be used if a problem is actually discovered.

DO NOT MERGE

String values should marshal/unmarshal to struct when ``MarshalText``/``UnmarshalText`` are implemented. both the ``encoding/json`` and ``encoding/xml`` packages provide this capability so it should be a matter of letting the underlying library...

The examples are also quite behind the Kubernetes releases (e.g. the ``DaemonSet`` resource has moved from ``extensions/v1beta1`` to ``apps/v1``.)

There are now two forks on Github that have on-going maintenance while there's not really any activity here ... should I switch to one of the maintained projects? As you've...