Carmine DiMascio
Carmine DiMascio
@alexandre-okidoo currently, when a handler function does not exist, the validator will not allow the app to start. it will then output an error message to the console describing the...
Would you mind sending me a snippet of what u did?
@acrilex1 , your implementation is perfectly reasonable. @mdwheele implemented "Operation Resolvers" as a means for developers to customize the way operation handlers are resolved. What you've done fits that use...
@aviskase thanks for this issue. please submit a PR. that will be super helpful. Let's take a variation of approach 2. modify `coerceTypes` to take an array as an alternative...
this error seems like a bug `Cannot convert undefined or null to object`. it should return `404` given, can you provide an example? i will consider `ignoreUndocumented`.
@mahnunchik thanks for the example. it looks reasonable. to help move this along, would you be up for preparing this as a PR.
@jacobwod this sounds reasonable. Are you up for submitting a PR?
The idea is to provide an option that scaffolds the project without requiring Babel and Backpack and instead uses Node.js without transpilation. @amygdaloideum's [pull request]( https://github.com/cdimascio/generator-express-no-stress/pull/7) implements much of this,...
backpack is no longer used as of version 4 and greater.
:) thank you