Ed Vinyard

Results 14 comments of Ed Vinyard

For now, we recommend the work-around of re-ordering enums to place the desired static mock response first, but we've got this on our radar!

I've reproduced this issue. We're bumping into a limit hard-coded into `json-schema-sampler` that limits the number of "nodes" in the response to 1000: https://github.com/stoplightio/json-schema-sampler/blob/master/src/traverse.js#L20 Switching Prism into dynamic mock mode...

@SeMuell , thank you for the bug report. We've got this in our backlog. In the meantime, one workaround you might consider is using a tool like [entr](https://eradman.com/entrproject/) to restart...

One approach we're considering here is to include an example in the Prism documentation that shows how to set up and use a proxy specifically to introduce latency and/or low...

@sarkarshuvojit , we appreciate your offer! However, because there are some fantastic and very flexible tools for these purposes already (e.g., Toxiproxy), our intent is to document how to include...

There isn't currently a standardized way to check Prism readiness via an HTTP request. If we were to implement this feature, I think we would introduce a "listener" on a...

Attempt to fix Prism build problem due to Stoplight's fork of HTTPbin used during the build: https://github.com/stoplightio/httpbin/pull/4

An approach that requires no changes to either Prism or your OpenAPI document is add JSON Schema faker options to your file "just in time" using a tool like [jq](https://jqlang.github.io/jq/)...

@DawidOskwarek and @juan-belmonte , if you're still seeing a problem with this, or have experienced other problems, please open a new issue. We generally don't monitor closed issues.