mbergen

Results 17 comments of mbergen

Is this still being discussed?

One could quite easily replace the `raspivid` command with `fswebcam` to use `/dev/video0` instead of the RPi camera. I don't have a webcam here to test, but it shouldn't be...

Is there an updated estimation on when a nuxt3 compatible version might be available?

Currently not, it would require passing some options here: https://github.com/ferdikoomen/openapi-typescript-codegen/blob/deb6ddfaa974c7730b1ef64dc91369d8a96f0fe6/src/utils/getOpenApiSpec.ts#L10

I don't see a spec including ``` "type": { "const": "Cat" }, ``` being compatible with the [OpenAPI spec](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject), where `type` is required to be a string. It would be...

That would still be an extension to the OpenAPI spec, or am i misunderstanding your proposal? As an alternative, did you try to use an enum with the possible values...

I see, i just looked at the currently supported v3.0, not at v3.1, sorry.

I'm by no means opposed, but i'm also not the maintainer of this library.

Shouldn't you be able to just pass any File object there, as File inherits from Blob?