Daniel Barclay

Results 15 issues of Daniel Barclay

Json4s extraction breaks on a field of a generic type whose type parameter is an alias to an `AnyVal` type (e.g., `List[X]`, where `X` is declared as "`type X =...

In the page section currently at https://istio.io/latest/docs/reference/config/security/authorization-policy/#Rule, about each of `from`, `to`, and `when`, it says, "If not set, any [source/operation/condition] is allowed." Isn't that very wrong? Whether any source/operation/condition...

area/security

The page section currently at https://istio.io/latest/docs/reference/config/security/authorization-policy/#Operation doesn't specify the semantics of the strings in the various fields of Operation. Although an example _implies_ that "`*`" is a wildcard character, there...

On the current [Global Mesh Options](https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/) page, there are many rows whose Description column value says "REQUIRED. ..." but whose Required column value says "No"--which certainly seems to be contradictory....

"set of criterion" should be "set of criteria" ("criteria" is plural, "criterion" is singular)

area/networking

The section at https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#K8sObjectOverlay-PathValue says: > All values are strings but are converted into appropriate type based on schema. That would probably be clearer (and be consistent with the style...

The "Multi-line editing" section currently at https://ammonite.io/#Multi-lineediting mentions how to navigate within lines in a multi-line input and then execute it. However, that section never mentions how to _create multi-line...

The page says: "The control plane, gateway, and Envoy sidecar metrics will all be scraped over plaintext." Shouldn't that "plaintext" be "cleartext"? "Plain text" is text without formatting (e.g., plain...

area/environments

Can you move `FunSuite.munitTimeout` out to a separate trait, to better support stackable overriding? I'd like to do something like the code below, but without extending `FunSuite` (so the client...