-
**Describe the bug**
The mocks of integrated dependency calls are not captured for fasthttp application.
**To Reproduce**
Steps to reproduce the behavior:
1. Install and run the keploy API serve…
-
Hi there,
I want to write a middleware for fiber (fasthttp based framework). May I get full tcp header from fasthttp.RequestCtx?
Many thanks.
-
I encounter [this panic](https://github.com/valyala/fasthttp/blob/v1.44.0/peripconn.go#L35) when shutting down the server.
The steps are:
- start server
- get index page with firefox
- send sigi…
-
deploy method: `ais-k8s operator`
docker image:
- name: aistorage/ais-init
newTag: latest
- name: aistorage/aisnode
newTag: latest
error log:
```bash
aisnode args: -config=/etc/ais/ais…
-
Hey there! I am trying to use this on a docker "server" within my local network, and on that specific machine I get hit with the following error:
```local-ai | 2023-04-26T00:13:41.080341735Z llama…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I try to record the test report of a kfasthttp application like [this one](https:/…
-
Idea to include context unmarshalling into the request struct or a simple way for custom model binding based on tags:
```
type WidgetPutReq struct {
IsAuth bool `perm:"widget-manage"`
…
-
Found by @vinayada1 while working on UCP
Gorilla Mux is unfortunately sensitive to whether a trailing `/` is defined as part of the route, and none of their built-in behaviors make sense for us.
…
-
### Maintenance Task Description
Update the unit test workflows to use [gotestsum](https://github.com/gotestyourself/gotestsum) instead of vanilla go test -v.
Gotestsum is a tool that runs unit test…
-
## Bug Report
### Description
I’m using Authelia with caddy server 2.5.1, using the new forward_auth directive. I have Authelia hosted at authelia.mydomain.com, and a wiki hosted at wiki.mydomai…