Juan Calderon-Perez
Juan Calderon-Perez
### Which OpenObserve functionalities are relevant/related to the feature request? dashboards ### Description When adding a dynamic variable to a dashboard the only operator options are `=, , >, =,
## Summary - handle negative subdomain offsets gracefully - handle ports in domains - update docs - add more test cases
## Summary - avoid allocations in `RemoveEscapeChar`. - return early if escape character is not found. - start loop at first location of escape character. - add missing unit-test and...
### Feature Proposal Description FastHTTP added support for StreamResponseBody back in 2022 but it was never added to Fiber. The proposal is to make this option available in the Fiber...
Hello @melbahja Do you plan to continue supporting this project, or do you need someone to take over. There's several pending PR's and Issues. It would also help to get...
## Summary - add Config struct for timeout middleware. - allow per-route timeouts, skip paths and custom timeout handler. - document timeout middleware configuration. - document timeout changes in what's...
Currently `jc` has support for several networking related CLI's, but it doesn't have support for `conntrack`. I can't find many conntrack parsers online, most of them haven't been updated in...
@nadoo I notice the implementation is based on another repo. That repo has both UDP and TCP implementations, but the TCP implementation was never added to this repo. https://github.com/KatelynHaworth/go-tproxy/blob/master/tproxy_tcp.go Iptables...
### Feature Description The new Cassandra storage driver is missing tests using TLS. This requires testcontainers-go to support this feature. The main purpose of this ticket is to track that...
### Feature Description Support for Qdrant Vector Database / Cloud via their golang SDK: https://github.com/qdrant/go-client ### Additional Context (optional) _No response_ ### Code Snippet (optional) ```go package main import "github.com/gofiber/storage/%package%"...