Sczlog

Results 14 issues of Sczlog

## Problem statement it will take around 30 minutes to generate a client with go-swagger as I have a huge schema, meanwhile for other tools like openapi-generator will only use...

Performance

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/twilio/twilio-node/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/twilio/twilio-node/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

type: community enhancement
priority: low

### Current In sta, generated Api class is using arrow function ![image](https://github.com/user-attachments/assets/bec819be-fe73-4494-ba99-1af9fa8450a6) when compile to js, the code will be like this ![image](https://github.com/user-attachments/assets/d78ae18c-4d89-45b3-a282-6f752642eb14) which has an empty prototype, will unable...

enhancement

I am using [range_check](https://github.com/keverw/range_check) relying on this repo to check if a string is a valid cidr, and I find it may have some performance issue, I check the code...