twiddler

Results 13 comments of twiddler

@rfjakob Are you planning to bring gocryptfs to Fedora 36 repos?

Second this for setting up a fresh installation of Fedora. :+1:

`z.input` should follow [the specificiation](https://tc39.es/ecma262/multipage/abstract-operations.html#sec-tonumber), so IMHO: 1. Should allow: `number | undefined | null | boolean | string | Record` 2. Should not allow: `symbol | bigint` (Interestingly, `BigInt(Number(1))`...

@redbmk Unrelated to the original issue: Since you default to `"false"`, it seems like that might be the "less risky" setting for your application, so maybe consider `.transform(value => value...

Thanks for your help, but this is not what my issue is about. My issue is about TypeScript *not* complaining in the 2nd case.

I also encountered this problem when working on two stages simultaneously. Maybe it would make sense to use separate folders like `./build/start/${stage}` and `./build/deploy/${stage}`?

I'm interested in using this action with private images on ghcr. Subscribed! :partying_face:

@mkumatag Well that was fast. :open_mouth: I checked your project but I didn't see how to provide the registry where to look up the file. My images are in a...

I saw your custom action is a docker image. Holy moly, I didn't know that was possible! :open_mouth: That lets us use `skopeo` which has a _really_ simple API for...

@giggio You might want to check out [`twiddler/is-my-docker-parent-image-out-of-date-private`](https://github.com/twiddler/is-my-docker-parent-image-out-of-date-private) which supports all container registries that [`container/skopeo`](https://github.com/containers/skopeo) supports. I do not know what kind of problems you encounter with other OSs though,...