Karl Fogel

Results 35 issues of Karl Fogel

Easiest to explain with an example: On http://henrysrecords.org/, we use Awesomplete to autocomplete composer names, piece titles, and some other fields. Right now I've set maxItems to 18, so if...

I posted a new job opening today. At the bottom of my new posting, two older jobs posted by us were listed -- but they were shown with the newest...

bug

The current ranked choice interface starts out with all the candidates in a default (presumably random) ranking, which effectively forces the voter to rank everyone, even the candidates she knows...

When creating an election, at the bottom of the page one sets a date and time for the closing of the election -- a text field whose label says: ```...

Instead of having test data built into the code in `modules/ranking_algorithms.py` (see the test_\* functions toward the end), we should keep test ballots and expected results separate, in a commonly-used...

What happens if you close an election between the moment it is started and the moment the last ballot email is sent to voter? That is, in `controllers/default.py` between `start()`...

It would be good for E-Vote to handle write-in candidates (er, "type-in" I guess). This is tricky to get right: if someone is typing in a candidate's name, you'd want...

Document the effect of removing database/\* and sessions/*; say when it is safe to do so and when not. (There's apparently a script for removing sessions, too?)

In README.md, we document a slightly awkward method for setting the initial admin password. We should also document that it can be directly set in the `password` option in parameters_PORTNUM.py...