Steinar H. Gunderson
Steinar H. Gunderson
Hi, Is there a chance to get support for the modulo operation in libdivide, without having to do x - (x / d) \* d manually? Ideally, of course, in...
Hi, I have a diagram that I've reduced to this test case: ``` Text 1 | | | V Text 2 | | | V ``` Ditaa (both 0.10 from...
Hi, The distance calculation assumes the Earth is a flat rectangle that doesn't wrap, which is obviously not the case. For small distances, the “flat rectangle” assumption is not so...
Hi, I'm using git version c9313505 on Linux (Debian unstable). I'm using a sound card with 18 inputs (Scarlett 18i20 Gen 2), but I only need a few of the...
Hi, It seems that the PFor functions can read bytes past the end of the posting list, and write more output values than “num”. In particular, 32 values seem to...
Hi, When measuring performance, I use perf all the time and apitrace occasionally. This means that nearly every single time I pick up apitrace, I write “apitrace record ./foo”… which...
Hi, I'm having issues with replaying a multithreaded OpenGL trace that heavily involves fences. After a lot of back and forth, I ended up instrumenting Mesa to find the real...
Hi, I recently used apitrace to make a reproducible test case for an OpenGL driver crashing. (It's fantastic for that!) However, the test case was ~8000 calls, which made it...
Hi, When I do board.position(fen), it would seem the pieces are somehow redrawn; at least they flicker ever so shortly during the move somehow. Especially for the pieces that stand...
Hi, It seems chessboard.js requires jQuery to be loaded, but I cannot find this anywhere in the documentation (and jQuery is not included in the archive). Could you please document...