John Caron

Results 30 issues of John Caron

Adding this method to DatasetNode: @Override public String toString() { return MoreObjects.toStringHelper(this) .add("parent", parent) .add("name", name) .add("flds", flds) .toString(); } causes a test failure: thredds.server.cdmr.TestCdmRemoteServer2.testUrlReading Error Message java.lang.StackOverflowError Stacktrace java.lang.StackOverflowError...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Apparently we discussed this in https://github.com/microsoft/electionguard-python/issues/279 and decided to use Q̅...

bug
triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Specification 1.0 for SchnorrProof (p 10, p 27) has the challenge...

bug
question

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion AFAICT, the 1.0 reference library supports 1. **n_of_m** type election 2. **one_of_m**...

enhancement
question

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion The method **CiphertextBallot.is_valid_encryption()** should be called on each SubmittedBallot before tallying. This...

enhancement
question

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion Its not obvious whether selection ids must be unique only within contests...

enhancement
question

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion A formal specification is needed to prevent needless churn among collaborators. Its...

enhancement
question

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion Currently, a verifier does not need to recompute the crypto_hash of Manifest,...

enhancement
documentation

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior in **election_record/spoiled_ballots/spoiled_ballot_.json,** decrypted spoiled ballots still contain placeholder selections. 1. this...

bug

Using Java 17, building with gradle, trying to make JPMS modules work. (works fine without modules) If I add this to my module-info.java: requires tech.units.indriya; with uomImpl = { group...

enhancement
external