Divya Darshana
Divya Darshana
Adding test functions for context.go file - Goal is to increase overall coverage of the gofr package. - I have added test for functions, not covered before in context.go file....
**Description:** - Goal is to increase overall coverage of the gofr package. - I have added test for functions, not covered before in gofr.go file. **Checklist:** - [x] I have...
**Describe the bug** Error while Authorising, using EnableBasicAuthwithValidator. Returns 401, instead of 200. **To Reproduce** - Create a function of signature : func(c *container.Container, username string, password string) bool -...
**Describe the bug** Index goes out of range when we pass odd number of arguments while using EnableBasicAuth. **To Reproduce** - Create a http server. - Use EnableBasicAuth and pass...
**Describe the bug** Currently traces are enabled even if we don't provide it in the configuration. This introduces unnecessary overhead even though not needed.
I would appreciate a documentation on how to setup the workflow to add our own framework and benchmark it with the other already present framework. Currently if I follow the...
I was trying to add a new framework but when I run the tests , I get empty results in the testResults folder and hence the gnuplots are also not...
We're working on defining a uniform interface for all embedding data sources we support. If you're interested in contributing, we encourage you to create a discussion on GoFr's Discord to...
Integrate WebRTC for peer-to-peer, real-time streaming (video/audio/data) in GoFr. Add built-in observability (metrics, logging, tracing) for optimized performance and monitoring of long-lived connections.