Kevin J. Sung

Results 133 comments of Kevin J. Sung

Actually, having all information simultaneously displayed might be too cluttered. Perhaps the graph should have information corresponding to only one of win rate or score lead at any given time,...

This feature is a high priority for me so I went ahead and fixed the issues myself in #828 .

I went ahead and implemented this on top of https://github.com/SabakiHQ/Sabaki/pull/828 so I can submit it after that PR is reviewed.

This can be done efficiently by maintaining a hash table that maps a board configuration to the list of nodes with that board configuration.

I see. Perhaps they could be calculated in the background after the initial loading process without affecting responsiveness. Once the hash table is constructed, maintaining it on node appends would...

> * Numbering next y moves from '1' anywhere in the game, as a toggle feature for both play and replay @David53bcg How do you envision this one being implemented...

@David53bcg I have opened #826 to address this issue. I added options to number the variation, or from a hotspot. I believe these are sufficient to address nearly all practical...

@tibboh are you still planning to submit PRs for this issue? I found some issues with @zogwarg's #823 and am interested to see your implementation. In particular, I think you...

Making the graph value type match the heatmap would require some design decisions regarding the "View" menu layout and keyboard shortcuts. I think it's reasonable to do it this way:...