John Fultz

Results 30 issues of John Fultz

If you have humans with unknown racks, and you pass when the bag is empty, it will write an empty rack to the GCG file. Which is effectively a corruption....

bug

Suggestion from John Attamack, specifically asking for 5x, 6x, and maybe others. https://groups.yahoo.com/neo/groups/quackle/conversations/messages/2335

enhancement

Nick Ball reports that he wants to open a partially-played .gcg and have the computer continue playing. The problem is there is nothing in the .gcg that indicates that a...

enhancement

GCG in [this gist](https://gist.github.com/jfultz/8e4e985368b3718057f8). Ask the Championship Player for the next move. The Championship Player wants to do F6 S(OW), which causes it to V-stick itself. It claims this is...

bug

Suggestion from John Attamack. https://groups.yahoo.com/neo/groups/quackle/conversations/messages/2335 This one is tricky. It has a very awkward impact on building dictionaries, how to enter plays, etc. I don't plan to tackle this for...

enhancement

Suggestion from John Attamack. https://groups.yahoo.com/neo/groups/quackle/conversations/messages/2335 Suggests specifically sorting and adding comment descriptor fields.

enhancement

Rather than bloat the git repo and the distributable downloads with gaddag files, we should do like Zyzzyva does and generate them on demand on the user's system.

enhancement

E.g., in Norwegian, a/u/o can take umlauts for legal words. But they're not in the tile set. So they need to use blanks.

bug

Trying to invoke git always throws the following error to my console: OSError: [WinError 6] The handle is invalid Populating stdin/stderr with subprocess.PIPE fixes the problem. I think this is...