Jon Kneller

Results 7 issues of Jon Kneller

We have an OpenAPI v3 JSON that has media types of `application/json;charset=UTF8`. These are ignored by SwagGen when processing request bodies as it's explicitly looking for `application/json` or variations thereof...

Hello! I recently resurrected a project from last year on 3.0. alpha 1 (which included a fix I needed for handling optionals) and moved to 3.0 alpha 4. On alpha...

### Describe the bug Our iOS app sometimes encounters AuthError.invalidState errors when users are attempting to sign in via Cognito. In particular there has been a spike with the release...

bug
pending-response
auth

We have an OpenAPI spec that contains wildcard content types, especially for non-200 responses: ``` "404" : { "content" : { "*/*" : { "schema" : { "type" : "object"...

area/generator
area/openapi
kind/enhacement

**Is your feature request related to a problem? Please describe.** Currently the generated spy doesn't handle generic functions: ![Screenshot 2023-11-01 at 12 53 36](https://github.com/Matejkob/swift-spyable/assets/1481350/5a0af8b2-4a9a-48d0-a96f-8287f6c0bcbd) **Describe the solution you'd like** In...

enhancement

### Proposal When a request is made to Wiremock with `Content-Type: application/json` and an invalid body (in this case without quotes around keys) the request is recorded successfully, but calls...

bug

We've been using the default endpont for our Cognito user pool but would like to start using a custom proxy endpoint (without changing the underlying pool). When taking the naive...

auth
question