Eric O. LEBIGOT (EOL)
Eric O. LEBIGOT (EOL)
The side bar collapses in the main text when zooming out (Safari macOS): https://github.com/mkdocs/mkdocs/issues/1050
A definition like: ``` def f((x, y)): … ``` trips color-identifiers-mode with: ``` Error running timer `color-identifiers:refresh': (wrong-type-argument symbolp (x (\, y))) ``` This is too bad, since it breaks...
Installing with pip forces the version of NumPy. This didn't work in my environment, which is still a bit experimental (TensorFlow on Apple Silicon). Would it be possible to only...
When using Leela Zero revision 9e903ed, I am regularly getting the following blocking error: ``` ========= variation [99/421] 0 Encoding for /Users/lebigot/Library/Mobile Documents/com~apple~CloudDocs/text.sgf is utf-8 Converting from utf-8 to UTF-8...
Opening a game fails every time, for all my SGF files (even those created by the creator of the SGF format!): ``` ========= variation 0 keeping only variation 0 size...
It would be nice if players had an idea of how strong Little Go is. Even if this can be hard to quantify, giving some information to players would be...
More specifically, `numpy.sin()` applied to a Pandas Series returns a Pandas Series, whereas `unumpy.sin()` returns a NumPy array. See https://github.com/lebigot/uncertainties/discussions/133#discussioncomment-2162879.
In 2021, setup.cfg + pyproject.toml is more modern than setup.py. It wouldn't hurt to move to these more recent configurations (now that there is no complicated build for the Python...
More recent versions of Sphinx duplicate the section name on top: It would be best to remove it, as it is quite distracting (duplication of the title) and useless.
The Python 2.7 code is mostly based on the last Python 2.6 and even Python 2.5 version. Some details of the code could be updated so as to take advantage...