Yash Suresh Chandra

Results 11 issues of 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 - [ ]...

PR:needs review

### 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 -...

enhancement
feature request

### Pull Request Type - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [...

needs review

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. ![Screenshot 2025-06-02 at 2 47 54 AM](https://github.com/user-attachments/assets/610b185c-3d2a-49c0-b442-281332303923) 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.