Phil Sturgeon
Phil Sturgeon
The correct flag is `--no-theme-condense-nav`.
Hey Daniel! Trying out this awesome thing and getting teapot responses instead of valid mocks: ``` docker run -p 8000:8000 danielgtaylor/apisprout https://raw.githubusercontent.com/OAI/OpenAPI-Specification/OpenAPI.next/examples/v3.0/petstore.yaml ``` Responses: ``` http --json GET http://localhost:8000/pets HTTP/1.1...
Just noticed there's no information about mutualTLS in the spec other than that it exists as a valid type.
One request came in for Prism v2 and help with [replacing hosts in JSON:API links](https://community.stoplight.io/t/mocking-replace-url-in-responses-hateoas/567), and I was wondering if we could solve that in Prism v3. So, taking their...
This is one of those things that would be made easier with CommonMark compliance, but even without that as a goal seems like a bug to me. **Example** `````` Please...
For a while I've wanted shipment estimates, which is absolutely impossible to get exactly right, but I'd like users to be rewarded for buying things and sending things locally (or...
Some rebase went wrong and my previous attempt at doing this (https://github.com/stoplightio/spectral/commit/3ad596b52e75f90c00bfb961350f6096f9a902a0) fell into the void.
**User Story** A user of the TS/JS library I want up to date documentation for how it works. **Details** There a lot of tools out there, but they generally product...
**Describe the bug** Box has a very invalid OpenAPI document, but Spectral doesn't seem to notice. It's got $ref's in all the wrong places, which should be warnings at least....
Currently we use our home grown [json-ref-resolver](https://github.com/stoplightio/json-ref-resolver), but we've switched most of our ecosystem over to [APIDevTools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) for it's superior bundling strategy (https://github.com/stoplightio/studio/issues/275) amongst other things. We've got some outstanding...