Moss Prescott

Results 7 issues of Moss Prescott

`validateEveryToJSON` silently ignores any endpoints in the API type that use anything other than the built-in `Verb` and `ReqBody` types. See below for context. _Note:_ this issue was originally reported...

Num literals, Add, and Mul nodes each implemented as separate parsers, injecting their results into an arbitrary type. Successive example parsers constructed by adding more types to a Coproduct, and...

in progress

- add version.sbt and CHANGELOG/ - start with 0.0.1 - use the `merge` script from `slamdata/devtools` to merge PRs

enhancement

In SQL (Postgres, at least), arithmetic operators such `+`, `-`, `*`, and `/` are overloaded for date/time types. for example, the expression `timestamp '2001-09-29 03:00' - timestamp '2001-09-27 12:00` results...

This seems to be part of the default config (see https://github.com/swagger-api/swagger-ui/blob/a86fcf312a0d9b04d99982bf88a3d95884eddb9a/swagger-config.yaml). For this to work, we would need to be able to override that URL to point to a page...

We’ve implemented a new handler (for streaming responses) by providing instances of `HasServer`, `HasClient`, `Accept`, and `HasSwagger`. This works reasonably well, but now we've run into an issue where the...

help wanted

I've often run into recipes which get very creative with specifying quantities. It would be great if they could be parsed into something precise; failing that, maybe at least capture...