Steve Collmann
Steve Collmann
@MNWPRO We're just gonna need to get more detail here. It's still very puzzling that you're on an older version of HHVM. If you look at extra/lib.sh under the function...
The problem is here: `Failed to fetch http://dl.hhvm.com/ubuntu/dists/xenial-lts-3.21/InRelease Could not resolve 'dl.hhvm.com'` Please do an nslookup on `dl.hhvm.com` Without being able to resolve that domain and fetching the data, you...
@punkdis The multi server changes were just merged in the dev branch. Depending on how many servers you want to separate, here are the general instructions for production. Note that...
The last I heard master and dev were in conflict so it could be months, but I'll let @justinwray answer that one.
@5hubh4m Regarding those errors, they are generated when somebody does not have a session, but for instance leaves the scoreboard open. Until a hard refresh is performed, they are not...
@5hubh4m @fredemmott @justinwray @wisco24 Last night I attempted to duplicate the @5hubh4m scenario with some load testing scripts. The general setup was starting with an AWS EC2 m4.large (2 Cores,...
@ArchAng31 First these Javascript errors need to be resolved. They come up during the grunt process. You can re-run grunt by going to /var/www/fbctf and typing grunt --force after making...
@ArchAng31 Also make sure you rebase this PR so it has the latest node.js fixes. That will fix the provision issue.
@ArchAng31 Installed successfully and these changes look pretty good! Obviously this is a large PR and there is plenty more testing to do. As for the extra Javascript code we...
@juanrossi Great work! I noticed a significant speed increase while using the platform. Testing looks good. @justinwray ready for your review.