twiddler
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}`?