-
For instance, this script passes mypy:
```python
import contextlib
from typing import Iterator
@contextlib.contextmanager
def f() -> Iterator[int]:
return iter([1])
with f():
p…
-
##### Description
The markdown documentation generated for clients are not properly linted and cause problems with markdown based documentation generators i.e. docusaurus or docsify
##### openap…
-
#### Bug Report Checklist
- [v] Have you provided a full/minimal spec to reproduce the issue?
- [v] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Describe the bug
If a story indexer returns `type: docs`, then this is ignored and it is added as `type: story`, see
https://github.com/storybookjs/storybook/blob/b94ead30bd1798648bc674bce61ba8…
-
Hi,
My spring-boot project uses MappingJackson2HttpMessageConverter and leads to a complex problem. And I have read the springfox wiki and the issue of MappingJackson2HttpMessageConverter, but it doe…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
I would like to see `yield` keyword support for Python, Javascript and Typescript generators.
Note that Javascript also has `yield*` for async generators. Other languages having iterators/generators …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Hello,
I'm facing a Datadog API rate limit issue when using the SLO Generator.
This problem seem due to a rate-limit implemented on Datadog APIs : https://docs.datadoghq.com/api/latest/rate-limits…
-
I'm using multirepo plugin with `nav_repos` config:
#### `mkdocs.yml`:
```yaml
- multirepo:
cleanup: false
nav_repos:
-
name: developers-docs
import…