Nico Franke

Results 16 comments of Nico Franke

The audio samples are interleaved and splitting them with that works fine but I agree, there should be something about that in the docs. When searching for that, the only...

Same experience here, every time I had an interleaved audio signal somewhere it was always LRLR. No matter the OS.

@pablohashescobar I actually have the same issue but always got `timed out`. It looks like the `Turn SSL on` toggle does not get saved. When toggling it on in god...

The zod-openapi package in the middleware repo actually has the exact same problem. I don't think there is any good way to accomplish this in typescript, though

I think it'd be a good idea to also allow support for different validation libraries, so a modular design would be good. Maybe a general combination with the validation middlewares...

> Express.js joi and swagger integration middleware: > > https://github.com/vforv/express-joi-simple > > ``` > import * as express from 'express'; > import * as joi from 'joi'; > import *...