David Ethell

Results 10 issues of David Ethell

Add English translations to command purposes in base translation

Here is what I did for swift in case anyone needs it. Note, this is using the fork that allows AFNetworking 1.x since RestKit requires that still. ``` // MARK:...

Per the OpenApi spec binary responses are allowed: https://swagger.io/docs/specification/describing-responses/ v3 says to use `"type": "string"` but with `"format": "binary"`. v2 says to use just `"type": "file"` Not sure how best...

enhancement

Presently we can use the REPL to work with a specific context and toggle various settings, alter data, etc, while running our UI against the mock server so we can...

enhancement

Various discussion has happened around having Counterfact record/capture network sessions to capture sample JSON data responses that can be returned by default by the generated endpoints instead of `.random()`. After...

enhancement

The use case here is a Playwright test run (or some other E2E test setup) that needs to spin up Counterfact in order to run some tests. Currently we handle...

enhancement

The goal is to allow running Counterfact with no transpilation at all. In my tests so far you can run this with TSX directly against the `routes` folder, no need...

While it is invalid API spec to have two wildcard paths at the same path defined (see issue #1308) it is possible to end up in a state where you...

Sometimes an OpenApi spec might change path names or endpoint names. In that case, if a consumer tries to run Counterfact again, since it will leave the old paths and...

This upgrades to jQuery 4.0.0-rc.1. Most of the changes were related to jQuery 4 changes such as `isArray` and `trim`. There were several places that needed more comprehensive changes and...