David Barnett
David Barnett
Tested on master and version 1.2.2. Was trying to convert a from a jCard to a vCard string and have been using the jCard provided in the [RFC](https://tools.ietf.org/html/rfc7095#appendix-B.1.2) **Expected behaviour**:...
# Context I've been trying to use `container-structure-test` via Bazel on a Darwin ARM64 machine without Rosetta and kept having the error: ```log ==================== Test output for //:structure: /private/var/tmp/_bazel_drb/90c1aedef04b4dc3f5392ec26da69ab7/sandbox/darwin-sandbox/321/execroot/_main/bazel-out/darwin_arm64-fastbuild/bin/structure.sh.runfiles/_main/structure.sh: line...
Including the latest Kubernetes version and dropping the last version. Also pinning the `go-jsonnet` version to `v0.20.0` as the latest release requires Go 1.23 & other container upgrades that I...
## Issue When a `jsonnet_library` defined a `data` dependency and the `jsonnet_library` was included in a `{tla,ext}_code_libraries` (See updated `//:extvar_code_library_test`) the `data` was not being included which results in error...
# Intent Implement the suggestion from #89 to resolve a problem of needing to reference generated files from deep in a `jsonnet_library` dependency graph. A concrete use case that this...