Carl Quinn

Results 18 comments of Carl Quinn

The reason I didn't make them partial is that at consumption time, it is quite inconvenient for the user. I do acknowledge that silently doing the wrong thing is not...

Should we separate out the `auth` that is needed by VCSs to get their programs, and the `vars` that are needed for PATH and sub-processes, and `err` and `out` for...

The VCSs use an `env` for these things: - Find their binary on `env.vars["PATH"]` or use `AmbientAuth` if binary is an absolute path. - Pass `env.vars` to VCS command processes...

Version 0.1.0 should be a good one to use.

I have updated the Makefile to pull the submodules as a dep. This works locally, but I am not sure if it addresses all the paths that the github workflows...

I updated the github workflows that were building Docker images to ensure that the submodules are pulled at checkout time. And I updated the Dockerfile to get the submodule trees...

I see that both the git workflows and Makefile approach are redundant in the CI use cases. But they are not necessarily in developer use cases. I guess we could...

I would like to tackle this one if that's OK.

A specific very useful example is where VPCs need to be selected or displayed when creating or showing security group names. Since security group names are scoped per-VPC and not...