-
After printing out an election result for single transferable vote, "Final Result" sees candidates with non-integer number of ballots.
See test data:
[STV bug report - input.txt](https://github.co…
-
[Wikipedia](https://en.wikipedia.org/wiki/Droop_quota) defines the Droop quota as
`floor(valid_votes/(seats + 1)) + 1`
In this package, it is defined as
`votes_needed_to_win: float = voters…
-
Instead of discarding votes that are not transferable, the single_transferable_vote function appears to randomly reallocate votes that do not have further preferences specified.
See test data: In M…
-
There has been some confusion about whether validators need to have knowledge of the old valset to be able to produce a new valset. I'm writing this issue to clarify that with the current code, they d…
-
Once we've switched to consuming our data from https://developers.democracyclub.org.uk/api/v1/ instead of https://wheredoivote.co.uk/api/ this opens up the ability for us to present information on ele…
-
See [**LATEST Proposal**](https://github.com/dotnet/corefxlab/blob/master/docs/specs/priority-queue.md) in corefxlab repo.
# Second Proposal options
Proposal from https://github.com/dotnet/coref…
-
# Summary
Our investment in the .NET networking space will focus in the following areas
## Foundation: Sockets, SSL, DNS support.
**Primary Goal:** Provide near-native performance and rock-so…
-
As mentioned on the call a few weeks ago, the Democratic parties in Wyoming, Kansas, and Alaska are planning on using the Universal Tabulator to determine the results of their RCV presidential primari…
-
Hello embedded Rustaceans!
We are collecting a "wishlist" of things you'd like to see done, fixed or
stabilized in 2019. We'll use this data to make a roadmap for 2019, i.e. to set
the goals of t…
-
The next version of C# language should be focus on making it easier in building distributed system and concurrency programming instead of introducing more syntax sugar. That's the only way make C# rea…