floriansollami
floriansollami
Issue Description: I'm currently using typia for transforming TypeScript interfaces into protobuf, and it's been incredibly useful for my workflow. However, in my line of work, particularly with Kafka, we...
@ivank, let's merge this. It'll be a step to fix https://github.com/ovotech/castle/issues/107. After this we should update @ovotech/avro-ts dependency for @ovotech/avro-ts-cli, and bug will be fixed. _Originally posted by @gwer in...
I'm encountering an issue when trying to implement a custom type for Long using the __with method. Here's the relevant code snippet: ```ts import Long from 'long'; const longType =...