uribrod
Results
2
issues of
uribrod
## Getting validation error when trying to generate from type with namespace ### Input ```ts /** * DO NOT EDIT! * THIS IS AN AUTO-GENERATED FILE CREATED FROM AN AVRO...
bug
Hi, Is there any option or workaround to support BigInt? number won't support 64bit id which is used as snowflake id Avro: `union {null,long} orderId = null;` will generate `orderId?:...