Andrew Meredith

Results 9 issues of Andrew Meredith

**What is the problem you're trying to solve** The documentation for `services.extra_links` reads: > `external_links` link service containers to services managed outside this Compose application. > `external_links` define the name...

**What this PR does / why we need it**: This PR updates the external_links specification to more accurately reflect the behavior of Docker Compose and the Docker engine. **Which issue(s)...

Add a release channel to test exo upgrades without performing a public release.

feature request

Is there any support or planned support for response schemas, similar to the current support for request parameter schemas? This would be helpful in swagger generation, and it would also...

For a resource that produces a media type of `application/json`, no response is rendered. I see that the JSON media type is commented out of the declarations in `yada.handler/error-representations` with...

This PR does 3 things: - Cause the child process to be stopped with SIGTERM instead of SIGKILL. SIGKILL is still sent if the process has not stopped after a...

When uni exits or reloads the child process on rebuild, it should try to terminate the process with a SIGTERM rather than a SIGKILL in case there is any cleanup...

Fixes #52 - Adds a Filter field to sqlast.Function that is an optional pointer to an "ALL" or "DISTINCT" identifier. - Attempts to parse DISTINCT/ALL before the argument list of...

The parser fails with an error when parsing a `COUNT(DISTINCT ...)` expression. It seems that the AST cannot represent this expression. ### Example: ```go package main import ( "bytes" "log"...