John Charman

Results 20 issues of John Charman

## Expected Referencing a component that does not meet the criteria an object requires should be considered invalid. ### Example A Response object referencing a component that does not contain...

## Expected Calling `validate` on a `\cebe\openapi\spec\OpenApi` object containing duplicate operationIds will return false. ### Reasoning [OperationIds MUST be unique among all operations described in the API.](https://spec.openapis.org/oas/v3.1.0#operation-object) ## Actual Calling...

Content stops rendering when you reach the bottom of the editor, any lines after scrolling are invisible. ![image](https://github.com/justcaliturner/simple-code-editor/assets/102669158/770d364f-18e4-42a5-932e-0f1d2496c5cf) The rendering has actually stopped in the middle of that line (you...

Looking at the [Style Examples](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-examples) I cannot see what style I should use in the following instance: A parameter `in: query` of `type: array` such that I could accept the...

examples

## What the Specification states According to the style examples: [`style`](#dataTypeFormat) | `explode` | `array` | `object` ----------- | ------ | -------- | ------- form | false | color=blue,black,brown |...

clarification
param serialization

Add support for `default path` and `ignore` in modules created using the PHP SDK.

area/sdk/php

Closes #8124

area/sdk/php

All enums in PHP have names, but not all have values. (https://github.com/dagger/dagger/issues/8671#issuecomment-2414898388) To have a consistent way of using enums in the _PHP_ SDK, it makes sense to support enums...

kind/stale
area/sdk/php