Santeri Hiltunen
Santeri Hiltunen
I did some digging why this started happening and it seems that `_global.utils.subprocess` doesn't like being passed numbers in the `args` table values. Wrapping all the numeric values in the...
Would you also consider matching `expressFormat` with morgan in v3? Currently it matches the morgan `dev` format but it's missing content length from the end. I can create a PR...
Best-practice with Bower and front-end dependencies is to have them checked in to the repository.
@deiga Well I guess that's fine too.
This should now be fixed in the latest v0.6.0 release. Is it working for you @quirinobrizi?
Yeah using `style` is currently unsupported as mentioned in the [readme](https://github.com/Hilzu/express-openapi-validate#currently-unsupported-features). I do want to support this feature at some point but don't have time to do it right now...
I was also hit with this issue when testing fetch code that uses signals and timeouts. I was able to reproduce the error reliably with this jest test: https://github.com/Hilzu/fetch-mock-abort-issue