Steve Goossens
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...
The Bun bug/issue is now closed, so perhaps this is now no longer a problem (when using a sufficiently recent version of Bun)
This also bit me (first time user) when I have 200, 404, 500 responses, each with a different body schema. For unit testing a 404, I was wondering why the...
This issue appears to be a duplicate of #1723 in which there is more discussion and some proposed approaches to resolving the problem.