Austin Ziegler

Results 171 comments of Austin Ziegler

@twpayne I have some thoughts on how to approach this, but wanted to discuss it first. We should support both service accounts (`OP_SERVICE_ACCOUNT_TOKEN`) and connect (`OP_CONNECT_HOST`, `OP_CONNECT_TOKEN`). These are mutually...

> How about having the user explicitly specify the mode with a `onepassword.mode` configuration variable, instead of trying to automatically detect it from the `OP_` environment variables? If possible, I...

OK. I should be able to get to this on the weekend.

@twpayne is right. The 1Password URL for `op read` is `op://VAULT/ENTRY/FIELD` with nowhere to put the target account. If (like me), you have multiple accounts you need to do `op...

I found this tool from FiloSottile/awesome-age, but it has an excellent discussion about the different modes where `op` runs: https://github.com/stevelr/age-op.

@jimmythomson, can you test these changes? I’ve just opened #3557 which should resolve this. Once the CI passes, there should be some [test binaries available](https://github.com/twpayne/chezmoi/actions/runs/7867827805#artifacts) that you can use to...

It allows git dependencies to be _combined_ with version dependencies. If I specify this `{:file_store, ">= 0.0.0", github: "rzane/file_store", branch: "master"}`, then when `1.0` or `2.0` comes out, a `mix...

This has been fixed in https://github.com/libgit2/libgit2/pull/6738, so it should be in the next release of libgit2 (1.7.3 or later).

Twilio's Ruby implementation (based on OpenAPI) has a `flatten` function which turns `{a: {b: {c: 3}}}` to `{"a.b.c" => 3}` to that using your `encode_query` approach, we would see `a.b.c=3`...

Possible with go channels?