Reed G. Law
Reed G. Law
@googlebot I signed it!
I was able to successfully compile and run on an Intel Xeon L5520 using this option: ``` build --copt=-march=native ``` Now that I have a working binary, I'm not sure...
Been thinking about a version that communicates via json or REST API and my conclusion is that it would be much slower and not support as many concurrent players. Also,...
What happens when Player servers go down? Isn't this akin to creating a kind of botnet? Maybe each player service could visualize the game from its own perspective using BrowserQuest....
I never thought it would be in violation of Heroku's usage policy, it's just kind of taking advantage of their free tier in a way that would be costly for...
Is anyone having trouble using the backspace to delete text while track changes is on?
I've tried two forks, both @catsgotmytongue's and @TinderBox's, but neither allow backspace. I'm thinking of switching to CKEditor which has a working ice plugin.
I have the same issue. It's trying to download from a url that doesn't exist (missing `_x86_64-linux` suffix). This is the correct path: ``` https://rubygems.org/downloads/sorbet-static-0.5.5713-x86_64-linux.gem ``` It's trying to fetch...
I found an [open PR](https://github.com/nix-community/bundix/pull/68) for this.
I've added an example and script following the Fidelity CSV pattern. I wasn't able to run it because I'm not sure how to require the local Python package instead of...