Martti T.

Results 364 comments of Martti T.

Probably any variant that does not cause unexpected problems. I think setting it to nil should be OK. `IPExtractor` is only used where `c.RealIP()` is called so if you can...

This is not some dynamic situation where Bind sometimes receives pointer and sometime do not. It more developer problem that this part is not tested and panic for this case...

What I mean is that this is programmer error as there is no way to clients Request to change that struct to pointer or vice versa. This means that you...

Hi, this reply is a bit late. I think your example fix is OK for `v4` but leave this error conversion part out and return plain error. If you have...

I have somewhat mixed feeling about it. I understand and see cases when this is useful but same time it would cause potentially a lot of noise for cases when...

Most recent number and some explanation https://github.com/labstack/echo/discussions/2143 To get comparable benchmark you should create list of requirements your application has - then create small application for each framework/library, with similar...

could you add tests were request is `multipart/form-data` and another one for header binding. to have little bit higher (abstraction)level assurance how this plays along with http package.

1. You should check browser network tab if there are multiple calls to that path 2. You should configure debugger for your IDE and debug that handler. Some guides for...

learning how to debug - line by line, could be your most significant "level up" in development career

@lammel when you have time. This is low priority PR, so no pressure here :)