Results 7 issues of Lorenzo

Ugly hacky potential fix for https://github.com/kennethreitz/twitter-scraper/issues/29

Review Required

Fix for https://github.com/kennethreitz/twitter-scraper/issues/32 Idk if a `try / except IndexError` would be more readable

Review Required

After two years ( #61 ) I'm not sure I buy much into black approach to formatting, and feel free to change this in any way. In case you think...

pos.value(move) gets called with the same arguments three times on lines 274, 276 and 278 By just making making pos.gen_moves() return a list of tuples of the form (value, move)...

https://github.com/pasky/michi/blob/3c491058db8d4a8cdca7efb2a2323eb8cc913051/michi.py#L1089 Can't the komi be set as a global variable (like N), and updated via gtp_io? It's read only in score and rewritten only in gtp_io, also would be clearer...

Hi! Since python 2 is dead and both projects now have the same goal, do they still need to be independent? see #210 and #243

Fixes https://github.com/armadillica/dillo/issues/100 See https://github.com/mozilla/bleach/issues/519