Sergey S. Volkov

Results 68 comments of Sergey S. Volkov

Hi @grandsilence , your fork looks good ! This project is not abandoned, just I didn't have time to work on it :) If you want to improve your fork,...

@evtk @dkocich @aleshka-maple @magersoft will add flag `--extract-enums` for extracting enums into `enum` Currently It's not working as you want because I don't have any name for enums, but I...

Any ideas of how can I name keys of enum construction based on this schema ? ![image](https://user-images.githubusercontent.com/16340911/201208817-b7866d27-ae74-4353-9b9d-eb287520d055.png) ```ts enum TreeMode { 100644 = 100644, 100755= 100755, 040000= 040000, 160000= 160000,...

@evtk @dkocich @AsasInnab problem should be fixed in Release 12.0.0. Reopen this issue if problem is still occurring

@evtk sorry about that :) Fixed in 12.0.2, please check again

@dkocich can you share part of your schema where you have the enum which should be extracted ?

Hello @Jackman3005 , can you say version of the swager schema ? Because "nullable" field is exist only in OA 3.0+ but not in Swagger 2.0. (https://swagger.io/specification/v2/) If you take...

@Jackman3005 thanks for good point, will fix this issue!

Hello @paztis , this problem will be fixed in next release

@wardds hi, can you share example of spec property value?