chase isabelle
chase isabelle
I would like to submit a PR for this, but it appears I don't have rights: ``` $ git push origin gin-error-handler-option ERROR: Permission to deepmap/oapi-codegen.git denied to chase-isabelle-roostify. fatal:...
@deepmap-marcinr thank you! i've added my pr, please have a look when you have a moment. https://github.com/deepmap/oapi-codegen/pull/587
I managed to mitigate this issue using custom templates: https://github.com/deepmap/oapi-codegen#making-changes-to-code-generation
Well, the error is what the handler is handling, so it seems superfluous to return it back to the caller. Or am I misunderstanding what you mean?
@deepmap-marcinr Sorry to bug ya. Was just wondering if these changes might be good to go?
I've managed to mitigate this with custom templates: https://github.com/deepmap/oapi-codegen#making-changes-to-code-generation
Same. I took a note from @lzap and added this perl command to my `Makefile`, runs against my generated `yaml`: ``` docker run --rm -it -w /workdir -v ${PWD}:/workdir perl:latest...