Geoffrey Spear
Geoffrey Spear
(see comment on #41 for ideas about implementation and why this didn't already exist...) csvhelper should allow the creation of readers and writers using an existing file-like object instead of...
raise helpful exceptions when SUSHI response indicates an error, rather than throwing seemingly arbitrary `AttributeError`s when parsing it.
factor out the bits of `pycounter.sushi._raw_to_full` that deal with the actual report as opposed to the SUSHI envelope, and use it to also be able to read COUNTER XML files.
!revgeno pluralizes; !genocide doesn't.
It would be great if Atlas could display the in-game time; this is available from Rust+ so presumably there's a way to get it from the API (disclaimer: I haven't...
When printing labels, it's important to not scale the page, but many PDF viewers default to doing so anyway. This would have ReportLab set the Viewer Preference for no print...
In `read_record_public`, when a list of `put_code`s is given, these are currently joined together as strs, but the API returns these codes as ints. It's not a *huge* burden to...
I'm not exactly sure what changed in AppVeyor that's making the builds break. It might make sense to just drop it as a CI platform if it's not easy to...