R.B. Boyer

Results 3 comments of R.B. Boyer

The `exported-services` kind documentation is currently missing for the k8s yaml variant, which this PR fixes at the expense of going back to lists. If we were to go across...

Perhaps it's this simple? ``` diff --git a/cmd/oklog/forward.go b/cmd/oklog/forward.go index 47e35b6..1b0674f 100644 --- a/cmd/oklog/forward.go +++ b/cmd/oklog/forward.go @@ -199,7 +199,7 @@ func runForward(args []string) error { for ok { // We...

Hi there. There's one other place that needs a similar change to fixup the rest of the replicators (like for config entries). For historical reasons there are two versions of...