Mathew Polzin

Results 47 issues of Mathew Polzin

## Bug ### Current Behavior ``` $forEach: ${inputs.array-of-things} $return: ${item.value} ``` Is producing an array containing the first item of `array-of-things`. It produces an array the same length as `array-of-things`,...

## Bug ### Current Behavior If you choose a local directory that does not exist (maybe it's a relative directory that has the wrong root relative to the config it...

bug
mutagen

URLs are often encoded as string values in API requests/responses (really, almost any JSON context I would think). The built-in Codable conformance for the Foundation URL type regrettably encodes/decodes to...

Prior to this PR, case splitting on an auto-implicit in a function clause resulted in invalid Idris syntax. _Before case split:_ ```idris test : Bool => () test @{x} =...

This PR introduces the ability to rename relationships in the JSONAPI View. Other changes in this PR are mostly to rename a few variables local to functions where I felt...

See https://www.postgresql.org/docs/9.5/sql-createtype.html See `PostgresCreateType`.

enhancement
good first issue

When encoding an empty string, Yams should add empty single quotes to indicate an empty string. It currently just prints the empty string which in the resulting YAML is actually...

This will need to live in a new library module (`OpenAPIKitCompat`) that depends on both the `OpenAPIKit30` and `OpenAPIKit` modules.

v3.x

This draft will remain open while v3.0 is in development on its own branch.

This will need to live in a new library module (name TBD) that depends on both the `OpenAPIKit30` and `OpenAPIKit` modules. Work off of the `release/3_0` branch.

v3.x