Hacker News new | ask | show | jobs
by dschwartz88 4716 days ago
First off awesome little util.

One Issue: I get an "invalid multibyte char (US-ASCII) (SyntaxError)" on a pretty standard OSX install. May want to think about looking for support for char and replacing with something like "-" for the lines. Once I changed that in source.rb everything worked great.

2 comments

Same error on OSX 10.8, ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin12.0.0]
It's been fixed and shouldn't be a problem now. Link to the PR: https://github.com/abhshkdz/graf/pull/2
Same error in Ubuntu 13.04 for me.