Andrew Myers

Results 72 comments of Andrew Myers

Nice idea for the admin interface. There may be some privacy concerns.

I think if it's just a count of total votes, the admin wouldn't normally get much help in voting strategically.

The solution is to add ballot weight into the algorithm. However, this is a non-trivial modification of the codebase with implications in many places.

It's controlled by the script `results`, which is unfortunately the ugliest part of the codebase. The actual algorithms for calculations are in `beatpath2.pm`, `runoff.pm`, `minimax.pm`, etc. (See `%algorithms` in `results`)...

I improved the Russian module but it would be great to get help from a native speaker, since neither Google Translate nor I speak Russian well.

Thanks for the nice comment. Currently there is zero integration between CIVS and Github. I like the idea of making it easier to create polls for Github project members. And...

I don't think it should be difficult, but @dz333 would know better than I.

Actually, the new version of the compiler supports translating lambda expressions into classes, so it should not be necessary to add an LLVM translation of lambdas. On the other hand,...

Looks like maybe it involves some window resizing that simply squashes the canvas a little without telling the framework?

An SVG back end is a nice idea. I wonder if the right way to render is to interpose at a higher level of abstraction. For example, SVG has a...