Josh Cheek

Results 44 comments of Josh Cheek

## To fix Install SiB again at the command line, it should install version 3.1.1 which should work (I just released it to fix this). ## Background My bad on...

Hey, if you still use this lib, then do you still use Ruby 2.0? It's rough to maintain compatibility with b/c it's got a lot of little incompatibilities and I...

Alternatively, It could hi light the line or something. Atom probably has some builtin way to draw attention to a line. To do that, the editor would have to know...

Oh, yeah, that would be cool ^_^ If you do "command-." it will show you the keybinding resolver (again to turn it off), which will let you see what things...

Thinking about it, I don't want to turn that on generally speaking, b/c I use it a lot where I don't want that feature (primarily while teaching / explaining, when...

Notes I had locally about this: ``` Preempt file watching to avoid the issue of it seeing the SiB rewrite and freaking out this would be done with file events...

There is now a streaming interface, which would make this really fkn cool, b/c you could update the lines as they come in rather than all at once at the...

lol, should have looked at issues sooner, I just found this issue 😜 ```ruby require 'table_print' tp [{first: "Josh", last: "Cheek"}], :first, :last, # full: -> u { "#{u[:first]} #{u[:last]}"},...

Nice analysis / find! I can confirm that turning anti aliasing off with `false` significantly improves performance.

Something like this? https://www.youtube.com/watch?v=XBBF4X-frOU 😛