Patrick McElhaney
Patrick McElhaney
Instead of ```ts return $.response[200].examples.namedExample1 ``` In order to keep the fluent API, we may need to do: ```ts return $.response[200].example("namedExample1") ``` The reason for that is it allows continue...
Absolutely. And expose the context objects so the tests can put the server into the state needed for testing. Edit: I just saw #730. 💯
Good catch. How did you even find this? Rapidoc at this point is undocumented and broken. I should remove that code altogether. (If you'd rather me keep Rapidoc in and...
Oh, I mixed up the correct and incorrect. I'll fix it. Thanks!
Started work in the `edit-commmand` branch. It works, but to make this feature particularly useful, I want to add a custom completer.
Adding a custom completer turned out to be next to impossible. Abandoning this idea.
Nice solution, @jrunning! > I guess since all the code transpiles down to cjs this is why require is available. Yep! Because there's no API to clear the module cache...
I'm sure it's common enough, just gut-checking the API.
Thanks! Is there a problem in Counterfact itself or just Swagger? I thought I'd worked around by merging external files at runtime but may have missed something.
Thanks, I'll have a look. If can you share the relevant sections from `metrics.yaml` and `errors.yaml`, that will help.