Dany Sluijk
Dany Sluijk
@genu I think that's an unrelated issue, so if you feel like I think you should open a new issue for that. But looking at your example I think that...
I think I narrowed down the main (two) issue(s). ```ts type Validating = { type: T; value: T extends Types.One ? string : never; }; const Validating: Describe = object({...
I had the same issue before, but I did end up solving it like this: ```yaml rclone: image: tynor88/rclone environment: SYNC_DESTINATION: "ftp" SYNC_COMMAND: "env RCLONE_VERSION=true rclone copy /data ftp:/**path_to_destination** --config...