Brad Jones

Results 26 comments of Brad Jones

I'd like to be able use this via my task runner https://github.com/brad-jones/gomake (plenty of other go based task runners that would benefit too). The end goal being that a developer...

Can not copy files into the cache volume. Hopefully the following demonstrates my issue. ``` VERSION --use-cache-command 0.6 FROM busybox:latest scripts-not-copied-to-cache-volume: CACHE /scripts COPY ./scripts/. /scripts/. RUN ls -hal /scripts...

As you do, I just published https://github.com/brad-jones/winsudo & then stumbled over this. In terms of helping to solve the trust problem. It would be nice to just have a simple...

I'd love Deno support too, this would be great to pair with https://cliffy.io/ I gave it a go with the following code. ```ts import { render, Text } from "https://esm.sh/[email protected]";...

FWIW I didn't have to do anything special. Just imported from https://esm.sh see: https://deno-playground.mahardi.me?id=YTI5ODg1NDB

Implementing #161 might be better again.

I also just found a need for this. Even with autoescape turned off it still seems as though arraize is mangling my objects.

> Not currently, no. I suppose you could reorder the keys in the encrypted YAML, as SOPS goes through them in order. @autrilla I did attempt this and it appeared...

Update: If you delete `sops.kms` then it will use PGP to decrypt and not bother trying KMS.

Ah nice, I'll give it a shot.