Derek Morgan
Derek Morgan
/remove-lifecycle rotten
/remove-lifecycle stale
/remove-lifecycle rotten
I managed to get this working by looping over `fileset` instead: ``` data "kubectl_path_documents" "kyverno_policy_manifests" { pattern = "${path.module}/manifests/kyverno/*.yaml" } resource "kubectl_manifest" "kyverno_policies" { depends_on = [helm_release.kyverno] for_each = length(fileset("${path.module}/manifests/kyverno",...
The aggregate's `created_on` and `modified_on` are actually properties that read the value from `_created_on` and `_modified_on`, respectively. In example "Aggregate 8", the declarative Pydantic example, the [`OrJsonTranscoder`](https://eventsourcing.readthedocs.io/en/stable/topics/examples/aggregate8.html#persistence) used `encode` to...
Thank you, we have it written as a separate package internally. I'll see if I can get permission to open source that piece, although these requests are not always so...
Here are the logs: ``` Sep 06 13:21:32 localhost.localdomain podman[1262]: 2024-09-06 13:21:32.455900512 -0400 EDT m=+190.791991175 volume create ab0ca3f3a6ed91dbe03ee7e4127cebfd89fa6058cd35be6f22d2f3096be76eb9 Sep 06 13:21:32 localhost.localdomain podman[1262]: 2024-09-06 13:21:32.457141111 -0400 EDT m=+190.793231816 volume create...
Either would be great, whichever is most idiomatic. A common pattern is to run `terraform workspace new || terraform workspace select ` so the logic is simple and could probably...
Sure, here it is: ```toml [GLOBAL] pants_version = "2.21.0" backend_packages = [ "pants.backend.codegen.protobuf.lint.buf", "pants.backend.codegen.protobuf.python", "pants.backend.docker", "pants.backend.docker.lint.hadolint", "pants.backend.experimental.docker.podman", "pants.backend.experimental.python.lint.ruff.check", "pants.backend.experimental.python.lint.ruff.format", "pants.backend.python", "pants.backend.python.typecheck.mypy", ] ca_certs_path = "./cert.pem" [test] use_coverage = true report...
I was able to get the build to work by connecting to the Rancher Desktop VM with `rdctl shell`, changing the daemon.json to use the containerd-snapshotter: ``` cat