Nic

Results 14 issues of Nic

To see these warnings run `./gradlew checkstyleMain` or `gradle checkstyleMain`. I found a fix for the third warning. The others are due to left curly brackets being on a wrapped...

Currently MAX_MINIMUM_VOTE_THRESHOLD is set to 1000000, but it is plausible that larger jurisdictions may want more than that. As far as I know, the maximum is just a sanity check...

I don't know of any specific jurisdictions that require this, but it makes sense to allow the user to opt-out of decimal rounding for vote transfers by defining decimalPlacesForVoteArithmetic as...

The [installation instructions](https://github.com/Systems-Modeling/SysML-v2-Release/blob/09d2a8f1747ef5d6f5716d184b79544d19190cdf/install/jupyter/README.adoc?plain=1#L3-L8) for the Jupyter Kernel say to install OpenJDK before installing Conda. However, running `conda install jupyter-sysml-kernel` will install the Conda package `openjdk` which seems to have the...