Geordi
Geordi
It seems to me that this is supported out of the box: ```typescript const InputType = v.object({ name: v.string().optional(), age: v.number(), }); const OutputType = InputType.map(v => ({name: 'john doe',...
Maybe it would be better to have `object` parsers provide methods for changing their options: ```typescript const X = v.object({x: v.number()}); // strict const Y = v.object({y: v.number()}); // also...
I would like to bump this issue. Even though the use case for bidirectional sync is covered by your mechanism, it requires that the slave crypt has the password to...
They're all in the devtools console