Corey Csuhta

Results 24 comments of Corey Csuhta

I made a little shell function for myself. Maybe this is all you need? You can change it to add the default CLI gems you like ```shell # Use like:...

That is less of an “official” stance on set codes and more what Gatherer put together to handle two different groups of cards having the same code in their corner.

This can be fully-automated with our API if you want to do that. If you fetch , you can see both the set code and the actual file name for...

https://c2.scryfall.com/file/scryfall-symbols/sets/gn3.svg

Right now, you can determine this programmatically (until Wizards prints a new set and ruins it, of course) If the layout is `transform`: - and the card has a `planeswalker`...

I'm not familiar enough with your documentation config to open an issue there. (It feels like you're asking me to open something akin to a domain or IT-releated ticket for...

We indicate that they have distinct artwork with the `illustration_id` field. If the UUIDs there match, the cards have the same art.

The set `type` on Scryfall indicates why the set exists (for the most part). That will only ever have one value. The other search terms like `st:wpn` are actually aliases...

Also encountering this issue, a backtrace is provided. Looks like #1130 has some progress on this already ``` app/models//image_methods.rb:35:in `update_images_and_upsert!': wrong number of arguments (given 1, expected 0) (ArgumentError) from...

@danielboggs Are you doing any more work in the `test` directory on this? I think it's fine to merge now.