Guillaume Saint-Raymond
Results
2
issues of
Guillaume Saint-Raymond
Thanks for this great tool, this is really valuable ! I'm currently migrating to the V5 API and was working about integrating prices. This json is big (around 400Mb on...
More Information Needed
MTGJSON v5
Hi, I try using group() and count() on a table like : https://www.rethinkdb.com/api/java/group/ ``` r.table("matches").group( match -> r.array(match.g("date").year(), match.g("date").month()) ).count().run(conn); ``` ``` [ { "group": [2014, 2], "values": 2 },...