Steven E. Harris
Steven E. Harris
> This also works in the meantime: What about the Base64 encoding of the "data" field's value?
> Known issues with `cue mod`. I've been working through similar trouble over in [_seh/rules_cue_](https://github.com/seh/rules_cue/), mostly now related to trying to use _instances_. I asked for clarification [in the "modules"...
I am unable to reproduce this problem on macOS with any of Terraform versions 1.10.5, 1.11.1, or 1.11.2, but I experience it on the GitHub Actions runners as you describe...
I agree that there are many uses for the zone that contains a given subnet. The question I pose here is whether the user should be burdened with specifying this...
I wrote the following program in haste to use as a wrapper for _emacsclient_, nominated as the "ui.editor" value in my _jujutsu_ configuration: emacsclient-for-jj shell program ```shell #!/usr/bin/env bash #...
I think "stringData" would be a deceiving name for this new field. My suggestion today is "emitStringData".
In my case—the basis for the aforementioned #3299—I'm not creating these symbolic links deliberately in my primary source repository. Rather, I'm using [my _seh/rules_cue_ Bazel ruleset](https://github.com/seh/rules_cue/) to evaluate the CUE...
Regarding support for Bazel's sandboxes, it wouldn't be much trouble to require that callers of the _cue_ tool pass a command-line flag to enable tolerance for symbolic links, if you...
> Note that some people in that thread were wondering about symlink support for loading local packages, but it's not clear to me that any of them actually relied on...
> how familiar are you with what Go does with respect to Bazel? Anything we should be learning from there? As far as I can tell from inspecting the directory...