Malte Tammena
Malte Tammena
Nice! Well, I've looked through the code and found `BigRat::format_as_decimal`, but there's a lot more for me to comprehend. I might continue this journey when I have more time at...
Thanks for the quick response! The Duration impl should be easy. I'm willing to implement that. I was mostly concerned about the api change, but if you're okay with that,...
This is quite unrelated, but I encountered another 'problem' where I tried to use wait without specifying `SolveMode::ASYNC` when calling `Control::solve`. ``` terminate called after throwing an instance of 'std::logic_error'...