Liam Butler-Lawrence

Results 5 issues of Liam Butler-Lawrence

This PR adds a new public type, `XMLPositionIndexed`. This type can be used within a decoding tree to retain the indexing information of the private type `KeyedStorage`. ## Why is...

Vote Notes has upgraded a version of this library to work with latest Xcode and Swift versions, and will be maintaining it going forward.

### Motivation Currently, a computed var `json` is generated for every REST response body. Unfortunately, this var is marked as `throws` even if `application/json` is the only content type defined...

kind/feature
status/triage

### Motivation Our API spec heavily uses UUID-typed fields, which are represented in our OpenAPI doc using `format: uuid` as described in the [JSONSchema spec](https://json-schema.org/understanding-json-schema/reference/string#resource-identifiers). However, `swift-openapi-generator` currently ignores that...

area/openapi
kind/feature
status/blocked

## Description When using Proxyman to trace a WS connection with SSL Proxying enabled, Proxyman sends an HTTP 101 response back to the client _immediately_ (within 5ms), before the server...

bug
✅ Done