Yash Suresh Chandra
Yash Suresh Chandra
Added new "times" method which can set expectation to run same query multiple number of times. eg. ` mock.ExpectExec("DELETE FROM users"). WillReturnResult(NewResult(1, 1)).Times(3)` will expect same query 3 times
Created an example script to start live stream on Youtube in go
I have a requirement where I need to package libcurl static library and run in ios but I want the code obfuscated (my .a file). Is it possible to do?...
Looks like `--with-darwinssl` has been deprecated, we can use `--with-secure-transport` SSL flag instead.
### Pull Request Type - [x] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ]...
### What would you like to see? Currently once we end STT session we immediately send the transcript as a prompt to the LLM provider. Sometimes its annoying when -...
### Pull Request Type - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [...
There is a function named - `endTTSSession` which should be `endSTTSession`
When I start `api.py` with a **work_dir** that does not exist it throws warning repeatedly.  Added helper code to remove those warnings.
Modified `macos_install.sh` and `linux_install.sh`. Added **install_chromedriver** function that detects chrome version installed on local system and installs _chromedriver_ with matching version.