Thibault Duplessis

Results 231 comments of Thibault Duplessis

> remove min/max css fallbacks as IE support is probably no longer a goal Using these new CSS features resulted in bumping our browser support: https://github.com/lichess-org/lila/pull/15976/commits/f55c0999fa7956662715456102cc37d603119684 If palemoon is based...

```scala Clock.Config(LimitSeconds(15), IncrementSeconds(0)).estimateTotalSeconds == 15 MIN(100, 15/2 + 10) == 17 ``` I'm not sure how you got 22.5?

https://github.com/lichess-org/scalachess/commit/d8bd015af7cb8e843e88aed70dbe9454ebe5a4fe thanks!

Not all pages are meant to be translated. Especially not /developers

Yes. The slight differences have been noticed.

We're facing another problem, where streaming documents from the primary results in the document stream hanging (not terminating with an error) after some variable amount of documents. So far this...

On https://database.lichess.org/#puzzles we have: > FEN is the position before the opponent makes their move. The position to present to the player is after applying the first move to that...

![image](https://github.com/user-attachments/assets/9bf84c83-9e07-41c9-99a5-9750bde3dbce) The UI says "Show player ratings [...] In-game only". I think it does the opposite of that.

`hasShowRatingsInGame` in the code also means the opposite of what it sounds like.