João Carneiro Haas

Results 5 comments of João Carneiro Haas

Sorry for the edits, I think I ended up pressing some shortcut that posted the issue before I filled all the data.

@sapphi-red sorry for the delayed response, but I had tested this beforehand and it didn't seem to work. My understanding is that this `preserveEntrySignatures` only applies to what rollup considers...

Hi, kind of necroing, but you can do this by hijacking the context's writer: ```go type afterMiddlewareWriter struct { gin.ResponseWriter } func (w *afterMiddlewareWriter) WriteHeader(statusCode int) { // You can...

Kind of necroing, but since this is still open, the reason headers don't get written is due to the way Go internals handles response buffering. As soon as a status...

Since my understanding is that OP only needs looser strictness rules, another option would be to change `validate` methods to receive either enum variants or objects with custom rules on...