-
Thank you very much for providing this minimal Connexion V3 project, especially the tox tests! I am trying to learn from your example. I don't have Python 3.6, instead I created a venv with 3.9. I cha…
-
On the latest VHD of Kali Linux I get the following error when trying to run the command from the sj/ directory:
`go build .`
```
/root/go/pkg/mod/github.com/getkin/kin-openapi@v0.115.0/openapi…
-
Environment:
- flask-openapi3 version: 4.0.1
Openapi allows to have `default` error response https://swagger.io/docs/specification/v3_0/describing-responses/#default-response.
This isn't supp…
-
Not really a bug, but a feature request
Is it possible to have support for schemas such as the one described in the [Pydantic documentation](https://docs.pydantic.dev/1.10/usage/schema/#getting-sch…
-
Trying to use this project, but I can't even install it:
`go install github.com/contiamo/openapi-generator-go/v2`
Gives too many errors.
I am on Mac OS X with Golang 1.23
```shell
go install…
-
I'm very intrigued by this tool, and am interested in using it. However, the demo described in the README throws a weird error.
I have a well defined specification that is successfully being used …
-
Dont know what to do. I made changes to our typespec and wanted to build the npm package for it.
The error message is useless and does not help.
```
npx tsp compile --debug .
TypeSpec compiler v0.6…
-
**Jane version(s) affected**: 7.5 (latest install according to docs)
**Description**
Code-Gen fails with Warning:
```php
PHP Warning: Undefined array key "object" in /home/xxx/projects/camund…
comod updated
3 weeks ago
-
Workaround:
To avoid the following error, use `github.com/oapi-codegen/oapi-codegen/v2 v2.3.1-0.20240709092903-309b11f85c73` .
```
# github.com/oapi-codegen/oapi-codegen/v2/pkg/util
../../../../…
-
To add JWT authentication to an API, requires this... as per https://swagger.io/docs/specification/authentication/bearer-authentication/
```go
spec, err := api.Spec()
if err != nil {
log.Err…