alesandar
alesandar
There is an undeclared variable in Duplex/[StepSequencer](https://github.com/renoise/xrnx/blob/master/Tools/com.renoise.Duplex.xrnx/Docs/Applications/StepSequencer.md). The only way I am able to get the application up and running is by applying the changes from the current PR and...
First of all, thanks a lot for that lovely neovim configuration boilerplate! I have found that there's a typographical error in your `spellfile` option. https://github.com/nvimdev/dope/blob/d2ba3a6272115b7bf17156f9f6f818f6269baea3/lua/core/options.lua#L15 `spell/en.uft-8.add` should be `spell/en.utf-8.add`. Furthermore,...
Swagger 2.0 supports form data validation, but I had an issue with `express-openapi-validate`. It throws the following error: ``` Error: Unrecognized parameter location=formData at parameterLocationToRequestField (/usr/src/app/node_modules/express-openapi-validate/dist/parameters.js:32:11) ``` In [./src/parameters.ts](https://github.com/Hilzu/express-openapi-validate/blob/master/src/parameters.ts#L39), we...