Matthew Roseman

Results 3 issues of Matthew Roseman

Replicate 1. run `./torus link` in a new folder and create a new project 2. On the `✗ Create a new project:` prompt type something with capital letters (like TorusTestProject)...

Steps to reproduce 1. Reinstall Go, making the GOROOT /usr/local/go directory 2. Clone the torus-cli repo into the normal place in $GOPATH/src/github.com/manifoldco/torus-cli 3. Run `make bootstrap` 4. Run `make binary`...

I'm curious as to why you chose to use UDP as opposed to TCP. For example instead of having a FIND_SUCCESSOR and FOUND_SUCCESSOR message types, couldn't you just open a...