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
- Some of the rules that are globally suppressed in our flake8 config would be good to enable
- Edit Rules is long and awkward. Can we make it one subpage per achetype?
- Switch to woff2 instead of woff for font formats as it's smaller (but check that) and supported by 97% of in-use browsers according to caniuse.com
- The checkbox on /bugs/ looks wonky and should probably not be a checkbox
- Matchups could give a much nicer view of its results
- `nwdl_join` uses IFNULL to handle the case that there's no odm entry (a bye), but it uses an INNER JOIN to deck_match AS odm so there will always be an odm entry, byes are skipped
- Public search for decks containing a list of cards
- 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
- Docs
- Python not yet supported