Daylen Yang
Daylen Yang
By default the Mac OS X Terminal uses .bash_profile, not .bashrc. The installation script should concatenate to .bash_profile so that users don't have to change it manually.
Add a visual position editor that would allow users to easily create FEN strings by clicking on the board to put pieces down. Specifically, add a menu item (e.g. `Window...
Support opening books. I haven't looked into this much at all, but Stockfish used to use the `.bin` format, and the relevant code already exists in the Stockfish for iOS...
Add single player mode, possibly integrated with the skill level option. Let the user choose to play white, play black, or play both when creating a new game, and integrate...
Allow editing of PGN tags. Specifically, add a menu item that, when clicked, displays a dropdown allowing users to edit the required fields or add new fields.
I am told Stockfish for Mac currently has very bad support for VoiceOver. This ticket is to investigate existing VoiceOver support and improve it.
Batch Normalization was added to Caffe in October 2015. (See https://github.com/BVLC/caffe/pull/3229 and https://github.com/BVLC/caffe/pull/3299). The caffe.proto file in this repo is from April 2015, so it doesn't know about Batch Normalization...
In this commit https://github.com/AFNetworking/AFNetworking/commit/78d7a96fbcd7594c67329215ad476f5ca8af08c6 to AFNetworking in June 2014, @mattt changed the error domain from `AFNetworkingErrorDomain` into `AFURLRequestSerializationErrorDomain` and `AFURLResponseSerializationErrorDomain`. As such, ErrorKit does not work with AFNetworking errors anymore...