Tarun Boddupalli
Results
2
issues of
Tarun Boddupalli
## Description Implements #230. Adds: - Three new settings for the user to configure - "Show Recent Chat History" - checkbox, enables/disables the feature. - "Limit Recent Chat History" -...
When running the following code where `pos` is a checkmate position: ```go cmdPosition := uci.CmdPosition{Position: pos} cmdGo := uci.CmdGo{Depth: depth} if err := engine.Run(cmdPosition, cmdGo); err != nil { panic(err)...