The Wayback Machine - https://web.archive.org/web/20211022011745/https://github.com/topics/oas
Skip to content
#

oas

Here are 101 public repositories matching this topic...

acidtonic
acidtonic commented Sep 10, 2021

Base64 packing the logo is unproductive and prohibitively complicated.

Originally I just thought it was related to the method of delivery, minification,etc....

But then I discovered the "enterprise" copy you sell directly offers the "feature" of changing the logo, which then just packs up a new image.

Now I realize why changing the logo is difficult and you won't document how to do it in

spectral
rossmcdonald
rossmcdonald commented Jan 6, 2021

While not technically in violation of the OpenAPI specification, including a query parameter in a path should be flagged as an error in Spectral:

A path has specific meaning in HTTP as a part of a URL that comes after the host name and before the query string or fragment. A "path item" key must be only a path, it cannot have a query string or a fragment.

For example, the following when def

silvanheller
silvanheller commented Sep 24, 2021

For some of the datasets commonly used with vitrivr, there might be items which should not appear in results when the general public can interact with demos. Instead of having the effort of separate deployments, a very simple solution would be as follows:

  • There is a new config field blocked_ids: [v_0007, v_01240, is_2016_04_20]
  • In the ContinuousRetrievalLogic, simply remove all `Segmen

Improve this page

Add a description, image, and links to the oas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oas topic, visit your repo's landing page and select "manage topics."

Learn more