SakthiMahendran

Results 9 issues of SakthiMahendran

While using **V commands** it changes the font of the **Command Prompt** in windows. **V version:** 0.3.0 **OS:** Windows 10 **What did you do?** Ran some V commands. **What did...

Bug

This feature will be very useful and has many use cases. Currently I believe there is no cross platform way to do this in go. What we can do currently...

enhancement

I suffered a lot by trying to make gocv work. But still I can't !. The build script that is used to build OpenCv for gocv just failed. This seems...

I am making this "PullRequest" as a solution for #31. refer it for more info.

Generally most of the application wants to get continues keystrokes. For example imagine a game played through keyboard we have to listen for keystrokes until the game ends and also...

While pressing the "KeySpace" the "KeyEvent" produced must contain a rune value of "32" (ascii value for space) but it contains "0" (ascii value for null). Moreover, "KeyBackSpace" must produce...

"Value Error: variable names in the model must be identical to the values in the columns of data" is raised though the names are identical

"FaceDetectorYN" is very powerful face detection class that is used to detect faces using "YuNet" algorithm (CNN). It is faster and more accurate than "Harcascade" algorithm. So it is a...

As people mentioned before LLaMa is very slow due it's huge size... So why don't we try different models for example "phi3" from microsoft.... in the context of day to...