cwitty
cwitty
I was trying to figure out whether there was any point in putting money into anything besides oxygen bars on the moon, so I loaded the calculator, switched to the...
(The parts where I talk about "install" are basically an edited version of my comment on #38; the parts about "compile" are new.) It's difficult to get mmj2 up and...
I wanted to run the tutorial, but there were several roadblocks in my way. 1) The instructions talk about Mac OS-X and Windows, but not Linux. Not a big problem;...
When I tried to run mmj2, it failed with this error: ``` Exception in thread "main" java.lang.NumberFormatException: For input string: "14-ea" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:68) at java.base/java.lang.Integer.parseInt(Integer.java:652) at java.base/java.lang.Integer.parseInt(Integer.java:770) at mmj.util.BatchMMJ2.checkVersion(BatchMMJ2.java:129) at...
I was trying to get some three_d code to work by copying and pasting different bits of your examples together (employing the rightfully disdained "cargo cult programming"). In the process...
Under the README tab of https://crates.io/crates/malachite-nz the second line is a link with label "docs.rs" that leads to https://docs.rs/malachite-base/latest/malachite_nz/ (which does not exist). The automatic doc link in the crates.io...