Joe Ranweiler
Joe Ranweiler
The initial implementation is totally reckless wrt panics, casting of numeric types, and floating point arithmetic. Fix this up.
For example, support selecting which statistics to report, how to filter samples, serving graphs (possibly via a local HTTP server), JSON output, &c.
The current implementation is a first draft, with the examples acting as integration tests. We need to add unit tests, especially for reporters.
As a user, I'd love a `log`/`tracing`-style mechanism where I can opt into initializing and registering a global client, and then using macros to simulate variadic calls that let me...
Users are now able to download ballot manifest and CVR export files for (1) their own county (if a county user) or (2) all counties (if they are a DOS...
On the server, enable `Secure` and `SameSite=Strict` in the `Set-Cookie` header when in production mode (only). In all cases, enable `HttpOnly` for the session cookie and any other cookie that...