Koudai Aono

Results 437 comments of Koudai Aono

@jorenham > @koxudaxi It's rather sad to see that there are more that twice the amount of 3.7 users than 3.11... This is the real worldπŸ˜… We should wait for...

$ pypistats python_minor datamodel-code-generator -t -f markdown | category | percent | downloads | |:---------|--------:|----------:| | 3.9 | 28.87% | 95,632 | | null | 21.40% | 70,884 | |...

`0.24.*` (2023/10/22~2023/11/21) ![image](https://github.com/koxudaxi/datamodel-code-generator/assets/630670/172bcbd7-83dc-497c-932c-6167198d8851)

`0.23.*` (2023/10/22~2023/11/21) ![image](https://github.com/koxudaxi/datamodel-code-generator/assets/630670/8140ffc3-14fd-444f-a06e-4da95ff66cd7)

@kasbah I'm sorry for my late response. The code generator generates models from `components.schemas` in OpenAPI as default. But, the OpenAPI Spec has an empty `schemas` object. ``` "components": {...

If someone has an idea to resolve the circular dependency structure then could please post it? I don't want to change the structure of generated code. But, I should kick...

@AntoineD >> Btw, How do we set "null" string value as default? > I do not know. We should not break current behavior. This is not a bug.

@charliermarsh I have started to develop the Pycharm plugin `ruff` I will come back with more information. https://github.com/koxudaxi/ruff-pycharm-plugin

I implemented the three features on the [ruff pycharm plugin](https://github.com/koxudaxi/ruff-pycharm-plugin). - Run `ruff --fix` as an action - Integrate Reformat Code with `ruff --fix` - Run `ruff --fix` for a...