Deni

Results 7 issues of Deni

``` xml Paragraph 1 Paragraph 2 Header's content ``` In this case will be rendered two pages. But both pages will not be to contain _Header's content_, only _Paragraph 1_...

Definition of docker services in `config.toml` does not match the runner configuration. Should be nested section [`[[runners.docker.services]]`](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runnersdockerservices-section) instead of list of strings. Inventory variables: ```yaml gitlab_runner__default_instances: - name: '{{ ansible_hostname...

**Describe the bug** OpenAPI 3.1 inherits [data types from JSON Schema 2020-12](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#data-types), where we can use [`prefixItems`](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00#section-10.3.1.1) keyword to define tuple value, instead of `items` keyword. After changes from #2638...

t/bug
s/needs-info

Since GitLab 17.0 API server returns `410 Gone` status for the `/api/v4/runners` endpoint. Because the registration token has been [deprecated](https://docs.gitlab.com/ee/update/deprecations.html#registration-tokens-and-server-side-runner-arguments-in-post-apiv4runners-endpoint) and will be removed on GitLab 18.0. The PR changes...

**Description** I've OpenAPI schema with multiple the security schemes. Some paths are public and some are internal. How to get types for public paths (methods) only? **Proposal** May be we...

enhancement
PRs welcome
openapi-ts

The patch provides the ability to use the new `http2` directive for nginx version `1.25.1` or higher, instead of the corresponding parameter for `listen` directive. To avoid warnings in logs:...