Benedikt Werner

Results 66 comments of Benedikt Werner

Tip: You can add `Fixes #11323` (or [similar](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)) to your PR description to automatically close the issue when the PR gets merged.

It's in chessground: https://github.com/ornicar/chessground/blob/master/src/state.ts#L173 Though this doesn't really seem like an easy and obvious first issue? How are you planning on fixing this? I don't think changing the colors to...

In all of those cases, the move notation is also wrong. For example, in the last screenshot, it shows `31. Re8 Rxe8#` but it's clearly white's move and the actual...

I just noticed that AssetStudio throws an IndexOutOfBounds Exception when trying to merge-export an asset that is unrelated to any GameObject (as Texture2DArrays seem to usually be). I added an...

Could you post a screenshot of how it looks? Also, you can link to an issue from another repo using lichess-org/lila#10410 And ideally, the PR title should still independently explain...

`wasm-opt -Oz -o out.wasm in.wasm` reduces it a bit further for me. You can get `wasm-pack` to run it for you by adding this to the `Cargo.toml`: ```toml [package.metadata.wasm-pack.profile.release] wasm-opt...

Clock times in centiseconds can now be requested in the JSON output. If anybody explicitly needs them in the PGN, I guess create a new issue and explain why.

See https://lichess.org/api#tag/Games/operation/gamePgn. Though I guess maybe I phrased that poorly, it only goes live after the next restart. And providing a way to download tons of data for research is...

Don't really see this happen. Since you can reproduce it on a PC, can you check the browser console (F12 to open) for any errors?