Giovanni Ornaghi
Giovanni Ornaghi
Heya! Right now the situation is: - if the SGF has branches, the first move of each new branch is displayed on the board as A,B,C... and you can navigate...
Heya, I found another bug in the dreaded Lumo vs. execration game. Steps: 1) go to https://gokibitz.com/kifu/VJdTzp84?path=60-58:1 2) play the very first sequence Ben provides 3) skip to the next...
PR #29 highlighted how there's a set of functions from Scala\Haskell that we haven't considered. In particular `Try.map` from Scala acts as a functor on `Try` objects, applying a function...
Big picture: having a function that applies another function on each element until it results in an `{:ok, a}` and stops at that point. Example: find the first format that...
Reading the documentation I was puzzled by the absence of some atoms (e.g. arrow down) for the `Page.send_key` function, only to find they are actually handled when digging into the...