-
#### 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…
-
The `maven-javadoc-plugin` has an option [detectLinks](https://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html#detectLinks) which enables detection of Javadoc links of dependent projects. …
-
Make modern documentation on github pages.
Getting started, Tutorial, API Docs, Reference, Slides, Developer guide etc.
- [ ] contribute guide `CONTRIBUTING` file
- [ ] workflow detail in wiki
- [ ]…
-
I have a Rails 6 application and the initializer for open api. Here's the content:
```
# frozen_string_literal: true
require 'open_api'
OpenApi::Config.class_eval do
# Part 1: configs of th…
biske updated
3 years ago
-
During `make -j4` the compilation process stops at about 40% with...
```
[ 41%] Building CXX object lib/common/CMakeFiles/vrt_common.dir/src/comparator_id.cpp.o
/home/main/Downloads/vrt_tools_cmd…
-
#### 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…
Thytu updated
4 months ago
-
#### 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…
-
Hello,
Trying some basic ProjectData get requests via the ICA SDK python.
I have a simple python script here:
Details
```python
#!/usr/bin/env python3
"""
Test get data object with…
-
I have a set of files that form a spec that fully validates with openapi-spec-validator. It can find all references, but openapi-core cannot and after much debugging I figured out why.
The various ge…
ghost updated
10 months ago
-
In Scala, the generated code swallows the bodies of error responses for "unsupported" codes. Clients are losing valuable debugging information. This can make a simple problem take a long time to figur…