Ian Buss

Results 4 issues of Ian Buss

**Please describe the feature you'd like to see** The serialization methods on Pandas DFs accept quite a few kwargs which we're not currently exposing. One example is the `index=True|False` parameter...

feature

With msgspec outputs, the order of generated fields sometimes results in invalid class definitions, with required and optional fields in the wrong order. Additionally, if using `--snake-case-field`, field aliases are...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Example schema: https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.28/api/openapi-spec/v3/api__v1_openapi.json Used commandline: ``` $ datamodel-codegen --url 'https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.28/api/openapi-spec/v3/api__v1_openapi.json' --output v1_28/ --output-model-type msgspec.Struct --snake-case-field...