Alexander Lyashuk
Alexander Lyashuk
I suspect the answer is "no", but is there any chance to have 256 color support in the future? Thanks!
I don't have borders around menus. It's probably something misconfigured by me, so any hints how to debug this would be welcome.  I use i3wm and Arch Linux. All...
How do I filter by tasks depending on the particular task? I attempted those but they don't seem to work (both seem to return all tasks which depend on anything,...
When I disable any of those features, SDLPoP fails to build: ``` #undef USE_TEXT #undef USE_LIGHTING #undef USE_MENU ``` Not much problem with it (I just wanted to have a...
That's not something to do immediately (probably, to avoid having too many moving parts), but I think that eventually we should do that. Either remove all history planes (and encode...
There are many people who follow lczero project without being on discord. It makes sense to write a discord bot who will show #dev-log and #announcement channels contents at lczero.org...
# Important! When reporting positions to analyze, please use the following form. It makes it easier to see what's problematic with the position: - **Id:** Optional unique ID. Come up...
This game: http://lczero.org/game/14027814 In the end of the game mate in one was missed like 20 times. While I understand that with temperature it can do bad moves, it's surely...
As discussed in discord, Currently we pick every move uniformly from every game, which makes 1% of training chunks to be starting position, and another 1% of chunks is position...
Possibly that's bug on my side, I'll look into it from my side further. So, I'm trying to implement breakpoints, in a way similar to one in `z80.h`. What I...