Results 6 comments of Steve Goossens

Is this a `unicode` and Python 2 issue? Looks like it to me. My guess would be that people who don't experience this issue are using Python 3.... e.g. on...

Is this why OpenAPI YAML source: ```yaml responses: '200': description: User access grant headers: Access-Control-Allow-Headers: schema: type: string example: Content-Type, Authorization, Accept, X-Requested-With Access-Control-Allow-Methods: schema: type: string example: GET, POST,...

is it this? https://github.com/karlvr/openapi-generator-plus/blob/2e92cfe03829fac5d5f815d541b50d4aa438584f/packages/core/src/process/headers.ts#L65

```shell $ curl -i http://localhost:3000/status/services HTTP/1.1 200 OK X-Powered-By: Express accessControlAllowHeaders: value1 accessControlAllowMethods: value2 accessControlAllowOrigin: value3 Content-Type: application/json; charset=utf-8 Content-Length: 70 ETag: W/"46-FbvcYiC0h2piZWMRXV/MH2R0Wdw" Date: Sun, 12 Mar 2023 23:23:41 GMT...

no need to apologise at all, I love what you've made and it only took a tiny change to fix the headers and then I also realised custom templates is...

The section in this repo's readme (expandable with (Click) "spoiler") was written by me for v4 and is a method to make a small partition on a large capacity removable...