Miles Crawford
Miles Crawford
Thanks, I will later today. On Sat, Dec 15, 2018, 6:23 AM Itamar Haber Hello @milescrawford > > The latter, only keys that existed before the command's execution will be...
I believe this is fixed, the current documentation provides a flag for skipping files: `-s/--sync-check: check md5 hash to avoid syncing the same content.` Probably can be closed.
I am interested in this too - trying to set up a way to practice various joseki repeatedly, and I'm looking for an efficient way to "reset" or remove/recreate the...
I am trying to create a pull request for this, but I cannot build even after installing deps with npm. I believe there is a babel versioning requirement that is...
I'm trying just running something like this after each game update, but it seems wasteful: ``` board.removeAllObjects(); for ( var x = 0; x < game.size; x++) { for (...
I have improved this to keeping a stack of `state` objects from board `getState` and using `restoreState` so at least this is done incrementally, but I still seem to be...
The new options do not allow recreating the old style where the shading is done in squares. The new blobby style seems worse to me - the game is a...
I can take a swing at it if you'd like - I can see jacob's pull request, and I did the previous default shading I'm trying to bring back. :)
Is it really this simple? How nice if so! https://github.com/sanderland/katrain/pull/581 Please fire me any comments or requests for improvement.
Hmm, I think a bug may have cropped up in the teaching game functionality - maybe when the ownership colors change was made? Before any of my changes, no `.katrain`...