Yorrd

Results 36 comments of Yorrd

Can confirm, it's pretty much RNG whether I get to ban my champion or it crashes and I just force leave the lobby with a penalty.

for anyone from google: this package (`raix:push`) works well with Android 8 and Meteor 1.8.1 (latest). Just follow the instructions in the readme

@tur-nr yes, Meteor is bundling. How would you go about solving this properly in your opinion? :)

Followup: this seams to fail, width and height are never set: ``` element.style.width = (element.columns * (element.cellSize + element.gutterSize) - element.gutterSize) + 'px'; ``` also ``` width = element.clientWidth; ```...

we don't REALLY need this anymore because prettier supports inline-html natively while formatting now :) thanks for your consideration!

Pretty sure. The `resolve()` method from here: https://jagi.github.io/meteor-astronomy/#mapping-fields :)

@basavarajvs I don't think GroundDB does anything but mongo EDIT: I stand corrected! Sorry :)

@hangxingliu how much work do you expect would that be to allow for multiple users connecting to the same server?

@hangxingliu thanks for getting back to me on this! 1. we use pm2 for process management 2. no, we have not yet had any trouble on the server! Haven't done...

Okay, I think I know what you're going at now. So from the multi-user perspective you would have - tokens: just used for authorization - computerIDs: used to separate the...