dubslow
dubslow
(untested)
i.e. chat notification, ringing, video ringing... qTox currently uses [this](https://github.com/tux3/qTox/blob/master/audio/notification.pcm) for chat notifications, and I'm searching for a good ringtone. It has also been [suggested in qTox issues](https://github.com/tux3/qTox/issues/401) the group...
In my opinion, magically named callbacks are A Bad Idea™. Instead, it would by more pythonic IMO to use decorators to satisfy a callback, e.g. ``` python3 def MuhTox(Tox): @OnFriendMessage...
Also "fix" movepicker to allow depths between CHECKS and NO_CHECKS, which makes them easier to tweak (not that they get tweaked hardly ever) (This was more beneficial when there was...
…not functions Despite the syntax, these are compiletime singleton constants, or rather they *would* be if such syntax was permitted: ``` static constexpr Move None = Move(0); static constexpr Move...
vdbergh (or anyone) id like if you could investigate this worker the user unblocked this worker today after I'd blocked it yesterday (it was timelossing on LTC!). after unblock, there's...
I've just had a concrete example of this effect. Test 1 https://tests.stockfishchess.org/tests/view/662db69c6115ff6764c8065a This failed, quite surprisingly, in 12k games with more than 1% timelosses across the whole test, with some...