Lucas Falch
Lucas Falch
I'm getting the same problems as well as those @icefoxen mentions using a Danish keyboard layout. When holding shift and pressing number keys nothing registers except if it coincides with...
@andete The link for the example doesn't work anymore, because the branch is gone.
Your sample is in narrow transcription. This is phoneme synthesis. So presumably it's out of scope to handle this.
About doing an `std` feature. I just tried and of course `::sqrt` and `::exp` are not available with `#![no_std]` so it would require using other crate to implement them potentially....
> Can const generics support rating updates with uneven teams (i.e. not all teams have the same number of players)? Const generics can't support uneven teams no, since there's no...
Would it be really awful to use tuples? It'd require making a bunch of impls but maybe it's avoid all those vectors. Btw, the error type should probably be an...
> I'm not sure how using tuples would work with uneven games Yeah, I realised that shortly after typing. Looking forward to seeing the new release whenever the API has...