Results 59 issues of Niklas Fiekas

Nice to have, just in case we ever make another release.

After #1032: * [ ] Implement setter

enhancement

Bug report received via email: ```python import chess import chess.engine import logging import asyncio logging.basicConfig(level=logging.DEBUG) engine = chess.engine.SimpleEngine.popen_uci("stockfish") # ./stockfish15.exe") board = chess.Board("r1bqkbnr/p1pp1ppp/1pn5/4p3/2B1P3/5Q2/PPPP1PPP/RNB1K1NR w KQkq - 2 4") info =...

bug
engine

### Introduce the problem It looks like the new built-in cache (`src/misc/lv_cache_builtin.h`) is meant to be used with a relatively low number of elements. It iterates over all entries to...

An impure `AsRef` implementation can cause UB in safe code, by presenting different slices on each call. ```rust use std::sync::atomic::{Ordering, AtomicUsize}; #[derive(Default)] struct Evil { toggle: AtomicUsize, } impl AsRef...

Hi, if you like, I'd be happy to help along the lines of https://github.com/rust-rocksdb/rust-rocksdb/blob/master/MAINTAINERSHIP.md, occasionally reviewing pull requests and triaging issues. My main interest in RocksDB is due to lichess.org...

Prevents accidentally using if without else in Scala 3, which now always evaluates to `()`. Of course this is a breaking change, but still better than silent breakage.

> In the previous example, requests to /users/123 will succeed but a request to /users/foo will result in a response with a status code of 400 (bad request). In most...

Example: https://docs.rs/byteorder/1.3.4/byteorder/trait.ByteOrder.html#method.read_u48