Angel J Piscola
Angel J Piscola
I'm facing this too, in my openapi-ts.config.ts I have date transformers enabled, so in my request schema properties I have ```yaml expires_at: format: date type: - string - 'null' ```...
> With Date Transformer enabled: z.string().date() With Date Transformer disabled: z.coerce.date() Shouldn't it be the opposite? If date transformers are enabled any interaction with the client should use Date and...
Yeah I keep getting logs complaining about lack of AAAA record with only `versions ipv4` in my global directive
Can confirm this is happening to me as well
This was a while ago, I think I tried to cache them together and then access them through subfolders maybe? But ultimately I dropped it and just stopped trying to...