Nick Bair
Nick Bair
When I create an RSS Feed or Feed Listing menu item and set the _Order by_ field to _Created Date_, the podcasts are instead ordered by the Published Date. Furthermore,...
I noticed today that the welcome banner in the CLI includes two URLs to Home Assistant endpoints: ``` Home Assistant URL: http://homeassistant.local:8123 Observer URL: http://homeassistant.local:4357 ``` These endpoints are hard-coded...
Regarding [this issue](https://github.com/katspaugh/wavesurfer.js/issues/3744) I opened in the main branch, I've found a fix for the race condition exposed when using React with pre-calculated peaks. This PR picks out the `{...
A parameter of type `array`, with the `items` schema defined by reference, produces incorrect output. ## Minimal example spec ```yaml openapi: 3.0.3 info: title: Test API Spec version: 1.0.0 components:...
Given the minimal example YAML below, note how the generated schema includes `response: unknown`. After some testing, I determined this only happens when the content type is `'*/*'`. If I...