Richard Spenceley

Results 6 issues of Richard Spenceley

Hi I've looked through other posts here and I'm deeply lost. I have my api outputting the following ```JSON acf: { "metadata": { "title": "Title", "image": false, "description": "Description", "hideFromSearchResults":...

Bumped from 1.10.1 to 1.10.2 and our application would not start, getting the error `No such middleware to insert after: ActionDispatch::Static`

**Summary** If you use the words `request` or `response` for a variable in your tests, `rspec-openapi` will not work. I know these are preassigned words in `rspec` itself, but the...

help wanted

## Summary When a schema produces multiple oneOf statements for a key, we are nesting them when we should be combining them **Example** ```json { "form": [ { "value": "John...

When a schema produces multiple oneOf statements for a key, we are nesting them when we should be combining them **Example** ```json { "form": [ { "value": "John Doe", },...

**Describe the bug** We switched from using the native JS script. **Before** ```javascript window.Intercom('boot', { hide_default_launcher: true }) ``` **Now** ```javascript return ... ``` Before, it did not show the...