Varpie
Varpie
### Describe the bug On a fresh installation of V, I am not able to run the `simple_coroutines.v` example. The error shown is as follows (more detailed errors in the...
### Describe the bug I tried to use coroutines instead of native threads on Linux, but my computer doesn't have wget installed (I generally substitute it for curl). On compilation...
La liste des mots jouables est composée de mots trouvables (listés dans [drawable-words.json](https://github.com/LouanBen/wordle-fr/blob/main/src/assets/json/drawable-words.json)) et de certains mots pouvant être joués, mais ne pouvant pas correspondre au mot final (listés dans...
### Describe the bug For explicit conversions of an f64 to a u64, it seems like the `u64` operator behaves incorrectly for values between 2^63 and 2^64-1 (the max value...