Phil Sturgeon

Results 423 comments of Phil Sturgeon

This happened to me when I tried to disable gRPc FUSE (related #5240) and after trying every single tip on every issue relating to starting failures, the solution was to...

No issue, just updating something I spotted in the tools list with more information.

I would agree. @SensibleWood how do we remove a listing from the repo?

Implement with vacuum https://github.com/bump-sh/docs/pull/313/

Sorry we do not accept new products with swagger in the name, especially gendered ones. I could be convinced to ignore those rules if a tool was incredibly useful but...

We talked about having a "not" today, which is probably related to this.

I would like to add a note to this: can we evaluate the backtick convention? It looks super weird in Studio, looks... ok in CLI, but I would like to...

Here's a not entirely helpful issue: We need to override this to try and talk about the specific extra item that should not be there. ```yaml openapi: 3.0.0 info: title:...

Working on a RemoteOK API description and noticed this: Turns out an empty `required: []` will confuse it. ``` openapi: 3.0.3 info: version: v1.0 title: RemoteOk Jobs API description: ''...

When an example has an array of objects where one of the examples is missing a required property: ``` openapi: 3.0.3 info: version: v1.0 title: RemoteOk Jobs API contact: email:...