penny-dreadful-tools
https://github.com/pennydreadfulmtg/penny-dreadful-tools
Python
A suite of tools for the pdmtgo community
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to penny-dreadful-tools
Help out
- Issues
- Disable archetype.preaggregate_disjoint_archetype_person and archetype.preaggregate_matchups_person from preaggregation if they are truly unused, otherwise check speed
- Our webpack build stuff gives warning about asset size, entrypoint size and some performance recommendations - would be worth checking out
- Apply the ORDER BY NULL improvement in ac66ae9 to all preaggregation queries
- Discord server roles corresponding to achievements don't seem to be assigned any more, at least in some cases. Example - Spice_Weasel doesn't have any.
- It shouldn't really be possible to get put into another language because you followed a link with a querystring - can we do something to make that not how it works
- Support searching by defense for battles, generally add defense to Card
- We don't seem to use _arch_disjoint_person_stats for anything but it's part of archetype preaggregation - can we scrap it or do something with it?
- When scryfall is down the scry command says `UnboundLocalError: local variable 'result_json' referenced before assignment ` and not something more sane
- Bot announced that the "Season Kick Off" was today's tournament when it is next week. Gatherling is correct
- banner.css is only dynamic because it writes out rules for each season but it'd be better (performance-wise) to write out rules up to season 100 and send them (gzipped) in the main css than it is to make a separate call for the banner css so maybe do that
- Docs
- Python not yet supported