rafe

Results 12 issues of rafe

Add a [healthcheck](https://docs.docker.com/reference/dockerfile/#healthcheck) to the dockerfiles. This allows other docker tools, such as docker-compose or testcontainers, to check the health status of the container. This was primarily motivated by the...

Currently, when the result of the handlebars math helper is a negative number less than `java.lang.Integer.MIN_VALUE`, it's incorrectly coerced into a `java.lang.Integer`. This PR fixes that. ## References ## Submitter...

### Proposal Due to [recent changes](https://github.com/wiremock/wiremock/commit/087b282455d3fae4f926137116e87e7bb9795f08) [to the project](https://github.com/wiremock/wiremock/commit/d04c1c335e46d15d96d1771e435c8b79f0a45f0e), when a matching stub mapping cannot be found for a request, the algorithm for calculating the nearest miss currently contains some...

bug

## Submitter checklist - [x] Recommended: Join [WireMock Slack](https://slack.wiremock.org/) to get any help in `#help-contributing` or a project-specific channel like `#wiremock-java` - [x] The PR request is well described and...

### Proposal currently, when a json schema matcher does not match, no detail of why the schema did not match is provided in the serve event or diff report. this...

enhancement

implements most of the suggestions provided by @Mahoney in https://github.com/wiremock/wiremock/pull/3028 still todo: move servlet code to separate module. this is currently being prevented by `WireMockHttpServletRequestAdapter`'s dependency on jetty to extract...

to reproduce the bug, run the following command from the terminal, then enter `Ctrl+D` (EOF): ```kotlin import com.github.ajalt.mordant.terminal.Terminal fun main() { Terminal().readLineOrNull(true) } ```

If the terminal is actively running an animation, the line-feed that should be appended to the console when calling `Terminal.println()`, or `Terminal.println(String)` does not get printed. This is due to...

fixes https://github.com/ajalt/clikt/issues/618 this has backwards compatibility concerns for library users' tests, as demonstrated by the need to alter this project's own existing tests. this could be considered fine as, if...

allowing more useful help messages upon transform failure. implementation of https://github.com/ajalt/clikt/issues/619 - **add location property to ValueSource.Invocation** - **add location to MapValueSource invocations.** - **add location to JsonValueSource invocations.**