Add Support for z.input / z.output
See original GitHub issueCurrently, this package seems to only be able to generate z.input
. There’s differences between the two when using .default()
for example.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Hi-Z and Low-Z Inputs and Outputs - SWAMP Industries
What happens is the that the HI input actually cuts the input signal, while the LOW input will leave the signal exactly as...
Read more >Z parameters to Input and Output Impedance Conversion ...
I have to design a matching network for BGA7027 at approximately 870 MHz. My understanding goes that I should convert the S-parameters given ......
Read more >SN65HVS880: Will the device interpret high Z input - TI E2E
Part Number: SN65HVS880 For any of the inputs, if it is a floating node (for example when a switch is on, the input...
Read more >How to add Hi-Z inputs to interface - Any ADAT enabled DI ...
Anyone familiar with hardware that can be used to expand an audio interface with additional Hi-Z inputs? I'm new to integrating outboard ...
Read more >What is "Hi-Z"? - Sweetwater
This refers to the input or output impedance of a device (in our cases an audio device). Precisely what Hi-Z means, and how...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Then I think this should just be documented that this package handles z.input and not z.output aka z.infer
What I would need is something like transformInto(nextSchema, func) that would pass the new schema down the chain. There’s a PR here for something similiar, but looks like it’s gone stale: https://github.com/colinhacks/zod/pull/420