Thomas David Baker
Thomas David Baker
```WITH MatchData AS ( SELECT d.person_id, m.id AS match_id, m.date, COALESCE(m.round, 0) AS round, dm.games, d.id AS deck_id, CASE WHEN dm.games = 2 THEN 1 ELSE 0 END AS is_win...
``` WITH ranked_wins AS ( SELECT d.person_id, d.id AS deck_id, d.archetype_id, c.id AS competition_id, c.name AS competition_name, c.start_date, cs.competition_type_id, p.mtgo_username, ROW_NUMBER() OVER (PARTITION BY d.person_id ORDER BY c.start_date) AS win_number...
Prices says: `ERROR:root:WARNING: Bogus name Name Sticker Goblin (name sticker goblin) found.`
Currently at 18¢ but as banned in literally everything could make it to PD
I guess this got clobbered when I switched it to decktables. Context: https://discord.com/channels/207281932214599682/207281932214599682/1252832491811766426
Might need to archive it in some way for performance reasons but there's no reason to throw it away any more.
 This is probably something to do with the fact that we upscale the upem and also mess with the bounding box during subsetting which is why some of the...
There is now a dark mode. It detects operating system preference only currently. A toggle to change your preference specifically for pdm to follow.
I started experiencing this after upgrading my project from PHP8.1 to 8.2. If I add `--threads=1` it goes away. PHP installed via homebrew on my M1 Pro running Sonoma.
I also see this. @Timmy0o0's fix did not work for me trying to get `pnpm lint --filter=web` to work (where `web` is the name of the subproject).