Louis Eisenberg
Louis Eisenberg
Is there any way to pass static arguments to middleware constructors? E.g. if I include `dramatiq.middleware.Retries` in my `MIDDLEWARE` list under `DRAMATIQ_BROKER`, can I set `max_backoff` or `max_retries` to a...
This is a companion to #552. @moldover's suggestions: - detect user system memory size - tell the user what size of election they can expect to tabulate based on their...
We append an asterisk to the label of required fields. The problem is that some fields are only relevant (and required) under certain conditions. For example, random seed is only...
Give users a way to construct a list of config files and save it to disk. If this saved batch file is a shell script (which would have to be...
I mentioned this in #646: I'm not sure we actually handle this situation correctly. It should trigger a tie-break and then, rather than eliminating the loser, simply stop and declare...
The main thing is that it's not at all scalable to construct the entire map in memory and then write out the JSON. We should use a streaming JSON writer...
The current implementation is a hierarchy of HashMaps from precinct ID to round to candidate to tally. Each of these HashMaps probably takes several thousand bytes, which starts to add...
From Chris Jerdonek: - Since the format uses candidate names for the keys, it would be good to have the list of candidates in a contest definition / manifest section....
Repro: - Load invalid_params_test_config.json - Click the Load button again. It will ask if you want to save your changes, even though you didn't change anything.