Nick Bair
Nick Bair
I've noticed something missing from the examples and I'm wondering if this open item would be the place to address it. I have a case where a parameter is an...
> @njbair Would you like to create a pull request adding an example with an array parameter whose items are defined by a Reference Object? @ralfhandl I would be happy...
The test was expecting `WaveSurfer.create()` to be called with--among other things--the `url` parameter. But this whole PR is about pulling out the `url` parameter (along with `peaks` and `duration`) and...
I think you're right that those values would work in the case of DHCP-assigned hostname. A full solution would also have to account for cases where HA has been configured...
Another thing, possibly related. Schema refs as array items also don't work in the response, as shown below: ```yaml openapi: 3.0.3 info: title: Test API Spec version: 1.0.0 components: schemas:...
Thanks for the prompt reply. Seems like I might be better off using [openapi-typescript](https://github.com/openapi-ts/openapi-typescript). It's not perfect, but it seems like there's still a lot of active development over there....
I am experiencing the same issue. I have a similar setup with a Hugo site using Tailwind v4, Tailwind Typography plugin, and a templates.Defer call inside of the _css.html_ partial....
Hi, thanks so much for your work on this package. I'm experiencing the same issue on a project using esbuild, and it's only an issue when I build for prod...