Results 59 issues of Niklas Fiekas

Follows rust-lang/rust#91527. This is neutral in my go-to benchmarks, but it's probably good to keep the implementation in sync regardless. Edit: Looks like miri does not like this, whereas it...

## Deprecation You are encouraged to update if you are using OAuth for the Lichess API via `https://oauth.lichess.org`. Also new OAuth apps can no longer be registered for the old...

rfc

Failing test case (submitted as #495): ```java @Test public void manyUnderscores() { assertRendering(Strings.repeat("_", 5000), ""); } ``` Expected test to pass or at least not crash with `StackoverflowError`: ``` java.lang.StackOverflowError...

**I'm submitting a ...** (keep the relevant one): - bug report # Bug report **Current behavior:** Following the link https://lichess.org/@/ProgramFOX/all opens the profile of the user named `ALL`. **Expected behavior:**...

bug

On Unix it's possible to replace the current process with the updated version using https://doc.rust-lang.org/stable/std/os/unix/process/trait.CommandExt.html#tymethod.exec. Could this crate provide mechanisms for other platforms?

Changes to consider when the opportunity arises. * [x] `chess.svg.board(..., flipped)` -> `chess.svg.board(..., orientation)` * [x] Remove `chess.pgn.BaseVisitor.parse_san()`

https://docs.python.org/3.9/whatsnew/3.9.html * [x] Pidfd child watcher: * Documentation: https://docs.python.org/3.9/library/asyncio-policy.html#asyncio.PidfdChildWatcher * BPO: https://bugs.python.org/issue38692 * Feature detection: https://github.com/python/cpython/blob/3ccdd9b180f9a3f29c8ddc8ad1b331fe8df26519/Lib/test/test_asyncio/test_subprocess.py#L695-L702 & https://github.com/vstinner/cpython/blob/fcd4a18a4b80f857d9855648ba69b7af58f46582/Lib/test/test_posix.py#L1473 As of 2021-07-13, readthedocs.org is limited to Python 3.8.

Currently hidden in `chess._interactive`. Before making it public: * [ ] Prevent UI flashing on redraws * [ ] More natural notation * [ ] Use as equivalent to `__repr__`?...

enhancement

Currently the documentation is built like a reference. Some kind of overview or collection of recipes might be helpful. --- Prompted by this email (in German), with some suggestions: ![image](https://user-images.githubusercontent.com/402777/53901679-d0b2b200-403f-11e9-9a29-93c986e2b533.png)