Ujjwal Sharma
Ujjwal Sharma
I noticed that we when performed ClearScreen operation on the ishell, sometimes old values from the previous screen were still displayed. This was because in the package github.com/abiosoft/readline, `writer.Write([]byte("\033[H"))` was...
Lexer.get_default_instance() is not working because the current release [0.4.3](https://github.com/andialbrecht/sqlparse/releases/tag/0.4.3) does not have the updated code for lexer in source code. Can you please fix it?
#### Summary As a new reader, when setting up plugin developer setup, the user might not be aware about where the configuration file is on mattermost server. It would be...
I believe this is important as we are building a REST API. Something important to think about!
Try to add new features for internal communication using GRPC. The application will work with GRPC and REST together.
Add simple unit tests to increase the code coverage. Maybe using testify with Golang testing library will help
Refactor the extremely large files into modules. Make sure to add relevant tests if you refactor a file into sub-modules.
Spooling Support for Grafana Connecter.
- [x] I have looked for existing issues (including closed) about this ## Bug Report I am trying to use the following code ```rust let ollama_client = ollama::Client::from_env(); let embedding_model...