Sembiance
Sembiance
When I created this module over 4 years ago, I did it just to quickly validate an e-mail and went with the "good enough" approach for the project I was...
That would fix it my particular issue, but if you had different libraries that had the same source filename, that wouldn't work for them. So it would only be a...
So I just tried node v0.12.9 and node v0.11.16 and both worked just fine for me. Spun up a fresh new amazon EC2 linux instance, installed node from the source.tar.gz...
I'm also wondering specifically which browsers are supported by the 'modern' version. IE8? IE9?
@mike3run I believe the browsers listed in the readme are for the "legacy" version which has wider support and not the "modern" dist.
Would need an 'id' field for cards in order to point at which other card has the same art.
@jenjia That's a good point about not needing to check all art for all cards. This particular issue is a very very low priority issue and I'm not currently looking...
@pawelkata I've opened a different issue to track adding those set names, see Issue #67
A user created the attached JSON file that has mappings to the TCGPlayer names. I've attached it here. [MTGJson_Sets_with_TCGPlayer.json.txt](https://github.com/Sembiance/mtgjson/files/10198/MTGJson_Sets_with_TCGPlayer.json.txt)
This is the way I worked around the numbers only choice limitation: ``` choice({ tag : function() { return ["ABC", "MNO", "XYZ"].indexOf(this.someVar)+1 || -1; }, choices : { 1 :...