Results 59 issues of Niklas Fiekas

https://docs.python.org/3/whatsnew/3.8.html Enables: * [ ] Assignment expressions * [ ] `mmap.madvise` * [ ] Positional-only parameters * [ ] `=` in format strings * [ ] `ProactorEventLoop` is the default...

* [ ] `int.bit_count` * [x] ~~`typing.TypeAlias` instead of aliases configured in `doc/conf.py`~~ * [ ] `typing.Union` syntax

https://github.com/ornicar/lila/issues/7107#issuecomment-677428260 ideas: * try #101 * detect and disable animations

bug

Hi, nice to see all the progress on the "injection" approach. On msys2 i see that ``` cargo build --release --target x86_64-pc-windows-gnu ``` works fine, but ``` cargo auditable build...

bug
help wanted

It looks like syn is particularly tricky. Looking at https://github.com/dtolnay/syn/search?p=1&q=unsafe&unscoped_q=unsafe I think there should be fewer real uses of unsafe: ``` Functions Expressions Impls Traits Methods Dependency 0 25 1...

bug

This applies since Chromium 83, and other browsers soon as well: stockfish.wasm requires `Cross-Origin-Embedder-Policy: require-corp`, and therefore `Cross-Origin-Resource-Policy: cross-origin` on all embedded resources. * [x] ~Options for Twitch:~ * ~Twitch...

bug
no scala

Like the "inside the board" style on Lichess.

enhancement

http://www.glicko.net/glicko/glicko-boost.pdf suggests a small tweak that allows specifying an inherent advantage (in terms of rating point offset) for one of the players in each matchup. This is useful in chess,...

``` ❯ RUST_BACKTRACE=1 cargo bench Finished bench [optimized] target(s) in 0.01s Running benches/benches.rs (target/release/deps/benches-0f90e9e90a9ae8e1) thread 'main' panicked at 'no entry found for key', /home/niklas/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iai-0.1.1/src/lib.rs:162:40 stack backtrace: 0: rust_begin_unwind at /rustc/8bdcc62cb0362869f0e7b43a6ae4f96b953d3cbc/library/std/src/panicking.rs:578:5...