-
```
$ hyperfine --warmup 1 --prepare "rm -f uv.lock" "uv lock"
Benchmark 1: uv lock
Time (mean ± σ): 3.010 s ± 0.028 s [User: 2.620 s, System: 0.808 s]
Range (min … max): 2.977 s ……
-
There is already support for extra_format_validators and extra_media_type_deserializers: https://github.com/Pylons/pyramid_openapi3/blob/ef0df8d1b23f21bff658ac94ba79efdd80202616/pyramid_openapi3/__ini…
-
```tsp
@friendlyName("Foo{name}", T)
model Foo {
t: T;
}
model Bar is Foo {}
```
I would expect to have a model named `Bar` not `Foostring`
[Playground Link](https://cadlplayground.z22…
-
With using flask-cors I cannot reach my endpoints via my web app. If I change to normal Flask cors settings work.
Environment:
- Python version: 3.9.1
- Operating system: Windows 10
- Flask ve…
-
### Is your feature request related to a problem? Please describe.
Support for OpenAPI Spec 3.1, released last month: https://github.com/OAI/OpenAPI-Specification/releases/tag/3.1.0
## Describe …
-
**knife4j-openapi3 安全认证不生效**
```
com.github.xiaoymin
knife4j-openapi3-spring-boot-starter
4.3.0
org.springframework.boot
spring-boot-starter-parent
2.7.15
…
-
- Change the title (Swagger UI -> EIDA statitistics)
- Remove the banner where user can change the opapi.yaml URL
-
The encoding is lost
```tsp
model Foo {
id: int64;
@encode("abc", string)
ids: Foo.id;
}
```
makes
```yaml
Foo:
type: object
properties:
id:
…
-
**Describe the bug**
我是使用的quarkus框架并不是Spring框架,由于此框架是原生的SwaggerUI界面,非常不友好而且官方也没有提供其它界面。好在也是采用的OpenApi3的标准,所以我想把knife4j的前端页面打包移植到我的quarkus项目中,使用knife4j的UI界面。我把knife4j-vue打包移植到quarkus项目中并编写了提供v3/api-do…
-
It seems like when your openapi spec is reusing the same schema in multiple endpoints (or when referring to the same schema from other schemas), portman does only generate default data type values on …