David Joerg
David Joerg
omniauth would be a good way to go, and would not require that battle.net be used for logging in to the website. i've done something similar on another site i...
See also https://dev.battle.net/docs/read/oauth
Note that Action Latency is now available in the API, for example: http://api.ggtracker.com/api/v1/matches/5346622.json Search that json for action_latency_real_seconds, you'll see a number like 0.658
_From @dmpaul26 on March 11, 2016 2:58_ Since the version currently used is a bunch of commits ahead and behind the newer sc2reader, my thought was comparing the two branches...
This would be difficult, more difficult than all the other things we've talked about doing.
Since GraylinKim/sc2reader is no longer under active development, the more recent thought is to promote https://github.com/ggtracker/sc2reader/tree/upstream to being the official sc2reader
Fixed by https://github.com/ggtracker/sc2reader/pull/14 and https://github.com/dsjoerg/ggpyjobs/pull/11
Yes, this is a side-effect of all AI players being mapped to the same ESDB identity. In order to fix it, I think the easiest way is to establish multiple...
_From @eric-hu on January 11, 2016 6:42_ Just revisiting this issue since I've had it as a to-do to investigate this, but I don't think I'll have time any time...
@eric-hu let's leave this open, now that ggtrackerstack makes it easier to mess with ggtracker, maybe someone else will be inspired by this issue to fix this problem.