dubslow

Results 17 issues of dubslow

This PR inspired by my own painful learning over the last couple of weeks. These comments are what I've learned, and would have saved me and everyone who answered my...

So that we can track just what in the hell we were doing

Trying to parse this old file I had laying around as a test case: http://pastebin.com/yYr12cMH This is the very simple parsing code (just uses `pycparser`'s `parse_file` with the `parser=GnuCParser()` kwarg):...

Data: https://tests.stockfishchess.org/tests/view/6343f4b04bc7650f075401c7 with old adjudication params https://tests.stockfishchess.org/tests/view/6343f4ba4bc7650f075401ca with no adjudication If these tests come out with "noticeably different" results then we should consider this or similar adjustments. If those tests...

enhancement
worker

I haven't seen a way to do this in the docs, and it certainly seems very logical/thematic if it were to work like this. The `nursery` is the starter and...

Allows site experts to better keep the finger on the pulse without overwhelming newbs

enhancement
server
gui

This allows more advanced users to keep a closer eye on the server without confusing new viewers

enhancement
server
gui

This lock is acquired every time we retrieve an individual run from the DB, so it's kind of an important lock. On current master, while rendering the homepage, we might...

Considerably more sophisticated than my prior attempt some months ago. There's a lot going on here. The first ~~6~~ commit~~s~~ are very nearly non functional, being solely cleanups and refactorings...

Also, essentially by necessity, fix the num_finished_runs count which is inaccurate in master, see also #1428 This does require rebuilding the relevant index, which will also become larger with a...