Roland Lammel
Roland Lammel
I'd also vote for removing the dependency on gommon/log, minimizing the interface of the internal logger and allow to configure log output to a wrapper implementing this minimal interface. We...
I suppose you want the documenation at https://echo.labstack.com/guide/ to be available also in chinese? We are missing the i18n functionality for that right now, but as the docs are based...
Ping @michaelyaya
I'd also prefer to be able to disable coloring of output, so a PR would be welcome. Colored log output is nice for the developer but usually not need in...
Seems like we have exactly the same issues with coloring in logging. And I take the exact same actions. So I'm actually in favor of removing coloring too. Maybe @pafuent...
Logging is overhauled with `v5` with no colored output, so we can probably close this issue when we release v5.
This should be fixed with PR #1535
We had the same issues in our tests where we are using `ctx.Reset()` which caused the index out of range panic on access to pvalues: ``` panic: runtime error: index...
PR #1659 has been merged addressing the symptoms so echo should not panic anymore.
We need to look at the original concept behind maxParam. I'd like to avoid introducing unsafe pointer arithmetics for working around a conceptional issue.