Rami Awar
Rami Awar
This PR adds some environment variable management capabilities to pet. Does this by saving env vars in "snippets" that have a tag of [[env]] (piggybacking on the sync), and activating...
When searching by tag ex. #tagname, the results scroll to the end of the commands instead of showing descriptions at the beginning. Improved behavior could be trimming command string and...
This library is doing too much. By trying to be very intelligent, it becomes simply unusable in production. Hundreds of stackoverflow comments validate my opinion. Can we conditionally turn on...
Added gocui usage
## 🚀 Feature Request Search API could use many improvements: - [ ] Iterating over search results - [ ] Transforming search results into list of model instances directly -...
## 🚀 Feature Request Add async client support. Should only involve copying all main functionality and wrapping async client calls with awaits as far as I can tell.
Parameter inputs don't allow for natural text editing, ex. I think this is what #162 was trying to achieve. Ctrl+Left or Cmd+Left to jump to start of line Ctrl+Backspace or...
I noticed this in the future work section: supporting long string values as streams themselves. Is this already implemented by any chance? If not, do you have a plan on...
Hello! First issue here! I was wondering how I can use this library to filter on many to many relationships, didn't find an example in the docs. Is it even...
## 🚀 Feature Request Currently, mongomantic only supports basic text index creation. Full support for text indexes would be nice. That would require adding weights configuration, wildcard index support, and...