Thomas Prévost
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: 
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...