silversolver1
silversolver1
One idea is: on pages of individual tests, be able to click user's username to go to the page containing all their tests
My mistake, I should have been more specific. I mean on the page of an actual test where a user can access the stop/purge, reschedule or modify buttons, next to...
I somehow managed to notice the "Finished match uncleanly" events from the Dantist worker happen ~15-16 minutes apart every time. MAX_RETRY_TIME in worker.py is about 15 minutes. Perhaps this is...
1) Limit contributions to collaborators only 2) Create a "team" of collaborators with read access only 3) Based on the last link, "read" is the most minimal level of permission...
Here is a potentially relevant page: https://www.ics.uci.edu/~eppstein/180a/990202a.html Here is also a very bootleg solution I came up with: https://github.com/silversolver1/Stockfish/commit/56177af44a0a7787dea3ac01918d20a0920e5e22 value_to_tt() ```cpp Value value_to_tt(Value v, int ply) { assert(v != VALUE_NONE);...