Travis Collins
Travis Collins
This is expected atm. I'm working on (albeit slowly due to how little time I have to devote to this right) implementing action parsers for all the various versions of...
A workaround to this that seems to work for me is to set the value via a `DefinePlugin`, e.g. ```js new webpack.DefinePlugin({ __webpack_nonce__: 'window.__CSP_NONCE', }) ``` This results in all...
Sorry for the delay on reviewing this, we're in the middle of trying to get a bunch of things done for our next release. I'll get to it as soon...
You got two ALT + F's there, so you may want to try to reconcile that :P Unless you want to make it so you have to think about your...
Agree, friends list toggle could move to something like Alt + E if we want a hotkey for it (that depends on whether there are truly useful things you can...
alt-left arrow is Chrome's new hotkey for "Go Back", so it seems like that might be a bad thing (or maybe that makes it a good thing, since going back...
Disconnects do count as a loss, however currently there is some delay in applying those losses in 1v1 games (approximately 6 hours). This is mainly to ensure that both players...
Implemented in 4cae077a476adf7f2f82d1d91fff084b78371105
I think on Windows it would launch a new instance of the application with an argument set (`process.argv[1]` would be the file path, probably? although we'd need to ensure it...
Yeah, the local user doesn't really matter when watching replays anyway. I'd probably just give them an empty string username and a user ID of 0. Seems better to do...