Nikolay Edigaryev
Nikolay Edigaryev
> Before doing the easy thing moving the instantiation and configuration of the `ISO8601DateFormatter` into the closure I wanted to understand what the reason was to choose a custom decoder...
*Copied the markdown description from the first message for humans to see because Gopher Robot complained about it.* **Problem** `Fset` is initialized when either `NeedTypes` or `NeedSyntax` are set here:...
> Hmm, I also expected this to generate 4 tasks, but it generates 16 This should work: ```yaml blah_task: name: Build container: image: alpine:3.20 env: # Android Command-line tools were...
It seems that the "Spell Check" is failing because `granularly` is not present in [`.spelling`](https://github.com/cirruslabs/cirrus-ci-docs/blob/master/.spelling).
Please check out the [Observability](https://tart.run/orchard/managing-cluster/#observability) section in our Orchard docs to understand how the health metics can be exposed.
Do I understand correctly that this won't produce any new container images and/or tags? Is this intended?
> How can I provide those 2 args to the implicit docker_builder building that image? Docker `ARG`'s instruction can accept [default values](https://docs.docker.com/reference/dockerfile/#arg).
Hi @torarnv 👋 This is a pretty cool use of Apple's Vision framework. Have you considered submitting this to [packer](https://github.com/hashicorp/packer) or [packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) directly? This way: 1. Not just Packer Plugin...
> I guess we need to move the lint and build to a `macos_instance`? Are there any predefined Cirrus images or rules that include the golang (lint) toolchain? Something like...
> And thanks for fixing the CI bits to run on macOS :) You should probably rebase against `main` to get it working.