HelixVita

Results 10 comments of HelixVita

For a particularly horrifying example of the kind of workaround the absence of this option requires on the part of the template creator, feel free to peruse https://github.com/HelixVita/FelixVita-Proxyshop-Plugins/commit/edc5d30c854cdc3be7f759c31cd4a447416684f0?diff=unified Trigger warning...

I tried increasing the value of `flavor_text_lead_divider` in `constants.py`, but it seems to have no effect. ![image](https://user-images.githubusercontent.com/102387379/189546404-13e3f04a-a350-4709-b6c3-46491dae85e5.png)

You could also set up a simple github action which automatically adds a "Bug" label to any issues submitted with the "Bug" issue template; and the same thing to add...

Incidentally, this card also exemplifies two other issues: 1. https://github.com/MrTeferi/MTG-Proxyshop/issues/24 2. https://github.com/MrTeferi/MTG-Proxyshop/issues/25

> I've switched this to "enhancement" label since its not technically a bug, and I will mark the topic complete when the enhancement is finished and 1.2.0 is release. >...

Tip: To find cards on scryfall with long typelines (and common rarity) , you may use the search query ``` r:c t:/^.{30,}$/ -is:adventure -is:dfc -is:token language:english ``` where `30` is...

Additional example 1 ![image](https://user-images.githubusercontent.com/102387379/187036092-a9e6ea3b-7028-4821-bc16-db70ef1bac56.png) Additional example 2 ![image](https://user-images.githubusercontent.com/102387379/189732373-373184fe-2601-4ce9-aee6-68806013aaef.png)

This is what I've done in order to accomplish the same thing in the current version of Proxyshop (without the changes in this pull-request). ![image](https://user-images.githubusercontent.com/102387379/187771458-b5f6c0d3-ccaa-4cc4-b79d-4ed10d6b424b.png) I honestly don't know which...

Scrolling thru all the cards on the scryfall search results page, it seems that they all have the divider in the exact same position. ![image](https://user-images.githubusercontent.com/102387379/187041362-2f0d96e8-7e30-4968-9d4e-ddce2fe79f68.png) This means that one could...

> However for these I did just delete all hidden layers and that went a long way to trimming the PSD file size. This. I think saving as PSD will...