John Caron

Results 111 comments of John Caron

I think this should be Hash of Manifest should include candidates

Along the same lines, CandidateContestDescription does not include primary_party_ids in crypto_hash. For simplicity, one could remove CandidateContestDescription and include an optional primary_party_ids in ContestDescription.

Hi Sonny, do you have an example file where this problem happens? Without it, its hard to judge why this happens sometimes and not others. thanks.

Also, what version of the code / branch are you looking at? It doesnt seem to match what I have from github?

Hi Robert: The way that works is that a Grib1Customizer customizes behavior when its not standard WMO GRib1. So if you look at NcepTables you see it does handle timeRangeIndicator=130....

Its clear that ECMWF has started using some non-standard grib1 time parameters. Someone has to go find out what they are, and perhaps also check on whether the parameter tables...

Ive been using https://openjdk.org/jeps/434 "JEP 434: Foreign Function & Memory API" in Java 20, and it works well and seems to solve most of the problems with jni/jna. One could...

Seems like for some, compiling libaec and running Java 20 might be worth it for getting access to DRS 42 from netcdf-java. What do you think, @DennisHeimbigner ? Im not...

I see that you have target mingwX64, is mingwX86 much different? (Sorry for my ignorance)