kraktus

Results 42 issues of kraktus

Currently the icon corresponding to a theme is not specific, leading to very plain-looking page. ![image](https://user-images.githubusercontent.com/56031107/104808990-e075b280-57e1-11eb-81a8-8e0a1e8eb25d.png) Practice page for example, is really better to look at, and those icons could...

non technical
puzzles

At the end of every puzzle, when toggling the analysis, board starts blinking: https://user-images.githubusercontent.com/56031107/102724996-cd231480-4313-11eb-8796-96f021a0f803.mov For example https://lichess.dev/training/037lM move 23. **Not happening when logged off** nor on puzzles V1 Safari 14...

bug
can't reproduce
no scala
exotic browser
puzzles

lib version is `3.2.0`, which is not reflected by the repo

Hello, Currently the square returned by [`Board::en_passant`](https://docs.rs/chess/3.1.1/chess/struct.Board.html#method.en_passant) is on the fifth or the fourth rank, which is **not** standard. What is expected to be returned by the `Board::en_passant` is the...

Hello, I am reviewing potentially clippy false-positive/false-negative after a change to clippy::derivable_impls. In this case the lint seems correct. If not your feedback is welcome

Hello, I am reviewing potentially clippy false-positive/false-negative after a change to `clippy::derivable_impls`. In this case the lint seems correct unless the manual implementation is to emphasise the `strip_dot_prefix: false`. In...

Reported here: https://lichess.org/forum/lichess-feedback/bug-unable-to-promote-pawn#1 > The field there i should be able to choose figure is empty. First time i found this bug a few months ago and it repeats every...

While troubleshooting a build failure on ubuntu 22.04 due to conflicting openssl versions, I noticed that despite the dependencies being optional and put under a feature flag, scaphandre would not...

fix #8336, fix #8156, fix #9192, fix https://github.com/rust-lang/rust-clippy/issues/9503 changelog: [`needless_return`] Recursively remove unneeded semicolons For now the suggestion about removing the semicolons are hidden because they would be very noisy...

S-waiting-on-review