-
Hi,
Do you have any plans to support popular web frameworks like [labstack echo](https://github.com/labstack/echo) ?
-
At the moment when `RegisterHandlersWithBaseURL` is generated there is no way to specify per-handler middleware. In our use case we need to use some middleware's on per-handler bases rather than globa…
-
### Issue Description
The `golang-jwt` library imported in the `middleware` package suffers from a [CVE](https://nvd.nist.gov/vuln/detail/CVE-2024-51744).
A fix is present in v5 or v5 of the lib…
-
for the generated ServerInterfaceWrapper below, the middleware is executed before the below function is executed. Which is correct. I want to check the set APIKeyAuthScopes, but since the context is s…
-
Pending #47 merge.
Once the PR is merged, the ability to inject a new trace ID/span ID into an Echo context will only happen through a middleware library, to properly fill the `autometrics.Middlewa…
gagbo updated
11 months ago
-
Hello!
Is is possible to integrate sipgo ws on a http server? In particular I am using Labstack Echo and trying to understand how to go about having `/ws` using SIPGO and the rest as a simple webse…
wnke updated
2 months ago
-
### Problem Statement
I want to be able to control whether otelecho middleware calls the global error handler or not.
Using multiple middlewares that cannot be configured this way the global err…
-
# Unable to Launch KubeUI on Fresh Ubuntu 22.04
```
root@ubuntu-22-04-test:~# ./kubeui
./kubeui: error while loading shared libraries: libwebkit2gtk-4.1.so.0: cannot open shared object file: No s…
-
### Issue Description
[Doc](https://echo.labstack.com/docs/testing) has a Testing section. Examples there only works with public/ unprotected routes/ handlers. In a real-world app, most of the routes…
-
Trying to setup a starting point close to some block I need, started a node catchup with a random block number:
`goal node catchup 34000000#OYD7DMAWH3V3LDB66STPSIKIHPEQKCRJ6QSCRZR6L4CNYVSLFFTQ -d d…