Nick Davies

Results 4 comments of Nick Davies

There are some descriptions of these fields as defined on classes in the repo: ```python class RawResult(TimestampMixin, DynamicDocument): total_votes = IntField(help_text="Total candidate votes contest-wide, if provided in raw results.") winner...

I would say it's 1/3rd fixed? #275 filled in the `write-in` column, but not the `winner` or `total votes` columns

I've run into what I think is another manifestation of the same problem... Let's say you have a helper method defined: ``` def link_to_yielded_url(link_text) url = yield link_to(link_text, url) end...

@michaelcosley I appreciate the spirit in which the suggestion was given. Sounds like you were running into #7527, and the remediation steps from #7527 worked for you. That's great. Sounds...