-
Hello
unfortunately, fasthttp does not support a body when using GET: https://github.com/valyala/fasthttp/issues/651
That's why fasthttp is not working with es.Search.WithBody(&buf)
Please ad…
-
https://github.com/matomo-org/device-detector/blob/c9952fc4d31dd249d2bf7dc88ca9963c7a2739b7/Tests/Parser/Client/fixtures/library.yml#L621C1-L643C18
In some parsers, this is perceived as a float/num…
-
### Version
v4.38.2
### Deployment Method
Docker
### Reverse Proxy
NGINX Proxy Manager
### Reverse Proxy Version
2.11.1
### Description
My instance of Authelia crashes on start up after …
-
The [TestPipelineClientIssue832](https://github.com/valyala/fasthttp/blob/51048b0620ebd25e3bd0c78b53051e02ae33cd3c/client_test.go#L123) fails without any reason.
[test(1.18.x, windows-latest)](http…
-
```
panic: runtime error: index out of range [1] with length 1
goroutine 15 [running]:
github.com/Implex-ltd/hcsolver/internal/hcaptcha.ApplyFingerprint(0xc017c942d0)
/root/solver/inte…
-
Whenever I send an api request before another one is finished, I receive the following error:
```fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation cod…
-
### Prerequisites
- [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/)
- [X] I am reporting a bug, not asking a question
### Description
When the tested HTT…
-
Hi there!
I'm going to describe my problem in detail so a lot of text, logs and configs are expected)
### Nomad version
```
Nomad v1.8.0
BuildDate 2024-05-28T17:38:17Z
Revision 28b82e4b225…
-
I have benchmarked Deno a few times on my machine and many benchmarks Deno is 2x slower than Bun
Maybe you can try use another benchmarking tool like `wrk` or `bombardier` to see the result.
## Fun…
-
slog-fiber seems to panic when using 404 middleware and sending requests to non existent routes.
```go
func SetupFiber(client *client.Client, logger *slog.Logger) *fiber.App {
app := fiber.New()…