Brendan Hay
Brendan Hay
The correct form for serialised `Grantee` should be: ``
Currently adding overrides has no facility for comments or links to issues etc. It'd be nice to annotate reasons why the overrides exist.
It'd be useful for people to understand at a glance how to supplement the `gen/overrides` with annotations that affect the generated output, since is potentially the initial/primary source that should...
I like reading other people's changelogs. I don't like writing them. I should write a generator for the changelog! Then hand massage the output into something that can piggyback along...
Various updates/fixes to eventually be catalogued here. 1. Per-service OAuth scopes are now generated as type aliases of the form: ```haskell -- | View and manage your data across Google...
Given the terminal instance for response `Headers`: https://github.com/haskell-servant/servant-swagger/blob/1909e44e965dca24cb1f5cee4b08c0781dfdbff6/src/Servant/Swagger/Internal.hs#L245-L247 And the singular instance for `UVerb` introduced in #127: https://github.com/haskell-servant/servant-swagger/blob/1909e44e965dca24cb1f5cee4b08c0781dfdbff6/src/Servant/Swagger/Internal.hs#L191-L236 I'm not certain it's possible to declare an endpoint of the form:...
**Example:** ``` jinja2 {{ field.value.name | justifyRight(field.value.indent) }} :: {{ field.value.type }} ``` **Error:** ``` error: variable indent.value.field doesn't exist. ```
Ability to strip/preseve whitespace through the use of syntactic variations of the section tags, for example: - `{%-` Strips any preceeding newline - `+%}` Preserves the following newline As an...