Brian Tobin

Results 4 issues of Brian Tobin

When given an IPv4 address, the string spliteAddr receives looks like: 1.2.3.4:123 Splitting on ":" is fine, because the IP address contains only integers and "." chars. When given an...

Forgive the dumb question but I haven't been able to find an answer online. Using traditional fixtures and Test::Unit I can run unit tests in 1 minute 16 seconds: ```...

Hello! I installed this gem and it works well, but I noticed that it doubles our rspec runs (from 10 minutes to 20 minutes). I experimented with various configurations (removing...

If you try to autoformat a file and you're using golang 1.3.3, you get this exception: `flag provided but not defined: -tabwidth` This issue describes that tabwidth and tabs are...