Results 14 issues of Thomas Prévost

Bonjour, Il semblerait que la page ne se charge plus, et n'affiche plus qu'une page blanche. Voici les logs d'erreur: ### Firefox: ``` TypeError: t.dayProductions is null It PlantMap.jsx:43 It...

Bonjour, Il semblerait que le service https://nuclear-monitor.onrender.com/ ait été arrêté. Par conséquent nuclear-monitor ne fonctionne pas: ![image](https://github.com/user-attachments/assets/5976d8f1-6e4f-40c3-add3-a6cc411f8c75)

Fix warning: `image.decode` is deprecated, directly pass bytes to `image` instead ┌─ ../lib.typ:41:12 │ 41 │ image.decode(colorizedImage) │ ^^^^^^

Hi, I experienced performance issue with binomial(n, k). Maybe it could be replaced by the implementation proposed by https://programming-idioms.org/idiom/67/binomial-coefficient-n-choose-k/747/rust ```rust fn binom(n: usize, k: usize) -> BigUint { let mut...