Re: [ANN] table 0.3.0 release - ascii tables that fit in your terminal

2012-07-24 Thread Denis Labaye
Hi, Seems cool. Is it supposed to work in an Emacs (slime) repl? When I tried on of the examples: (table [[1 2] [3 4]]) I've got a [Thrown class java.lang.NumberFormatException] And when looking where the code breaks, when doing : (clojure.java.shell/sh /bin/sh -c stty -a /dev/tty) I've got:

Re: [ANN] table 0.3.0 release - ascii tables that fit in your terminal

2012-07-24 Thread Gabriel Horner
Hi Denis, I've released 0.3.1 which should fix that explicit failure. Now table should just use the default width of 200. If you want table to use your full terminal width, `export COLUMNS`. Otherwise, you can control the width directly by binding table.width/*width*. And of course I removed

Re: [ANN] table 0.3.0 release - ascii tables that fit in your terminal

2012-07-24 Thread Denis Labaye
On Tue, Jul 24, 2012 at 3:21 PM, Gabriel Horner gabriel.hor...@gmail.comwrote: Hi Denis, I've released 0.3.1 which should fix that explicit failure. Now table should just use the default width of 200. If you want table to use your full terminal width, `export COLUMNS`. Otherwise, you can

[ANN] table 0.3.0 release - ascii tables that fit in your terminal

2012-07-23 Thread Gabriel Horner
Hi, Announcing a new version of table, https://github.com/cldwalker/table, a clojar that prints ascii tables for almost any data structure. This release allows tables to automatically fit your terminal's width. Thanks, Gabriel -- You received this message because you are subscribed to the