Re: [ANN] aprint (awesome print) released

2014-09-29 Thread tao.zhou2009
lein repl nREPL server started on port 51413 on host 127.0.0.1 - nrepl://127.0.0.1:51413 REPL-y 0.3.1 Clojure 1.6.0 Docs: (doc function-name-here) (find-doc part-of-name-here) Source: (source function-name-here) Javadoc: (javadoc java-object-or-class-here) Exit: Control+D or

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread tao.zhou2009
lein repl nREPL server started on port 60264 on host 127.0.0.1 - nrepl://127.0.0.1:60264 REPL-y 0.3.1 Clojure 1.6.0 Docs: (doc function-name-here) (find-doc part-of-name-here) Source: (source function-name-here) Javadoc: (javadoc java-object-or-class-here) Exit: Control+D or

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread Vladimir Bokov
Hi, what terminal, shell (+distro?) are you using? Do colors work well in grep --color or some thing else? Also, see https://github.com/razum2um/aprint/issues/2 - In meanwhile I hardly can reproduce such errors, most likely I need a vagrant box for that from you And file an issue on github,

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread tao.zhou2009
Last login: Sun Sep 28 22:30:20 on ttys005 192:test tao$ lein repl nREPL server started on port 60609 on host 127.0.0.1 - nrepl://127.0.0.1:60609 REPL-y 0.3.1 Clojure 1.6.0 Docs: (doc function-name-here) (find-doc part-of-name-here) Source: (source function-name-here) Javadoc:

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread Brandon Bloom
Forgive me if this is unwelcome self-promotion, but I figured I'd take this opportunity to point out some similar projects: My re-usable pretty-printing engine with a simple EDN printer: https://github.com/brandonbloom/fipp A colorizing EDN printer built on Fipp:

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread Michael Wood
As a workaround, see if running stty sane fixes your terminal. -- Michael Wood On 28 Sep 2014 4:43 PM, tao.zhou2009 tao.zhou2...@gmail.com wrote: Last login: Sun Sep 28 22:30:20 on ttys005 192:test tao$ lein repl nREPL server started on port 60609 on host 127.0.0.1 - nrepl://

Re: [ANN] aprint (awesome print) released

2014-09-28 Thread tao.zhou2009
stty sane after execute the above command, the terminal is normal. -- tao.zhou2009 Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, September 29, 2014 at 12:29 PM, Michael Wood wrote: stty sane -- You received this message because you are subscribed to the Google

Re: [ANN] aprint (awesome print) released

2014-09-13 Thread Dave Sann
great stuff. thanks. On Friday, 12 September 2014 01:06:29 UTC+10, Vladimir Bokov wrote: Yes. I use clansi: (clansi.core/without-ansi (aprint issues)) Thanks for feedback, I updated README too четверг, 11 сентября 2014 г., 21:58:57 UTC+7 пользователь Dave Sann написал: Is there an

Re: [ANN] aprint (awesome print) released

2014-09-11 Thread Dave Sann
Is there an easy way to get the same compact layout but without the colour control codes? On Friday, 5 September 2014 07:50:10 UTC+10, Vladimir Bokov wrote: Hi folks, I got just tired to gazing into big amount of data and scroll 3-4 screens of my 13' laptop to grasp the structure, so I used

Re: [ANN] aprint (awesome print) released

2014-09-11 Thread Vladimir Bokov
Yes. I use clansi: (clansi.core/without-ansi (aprint issues)) Thanks for feedback, I updated README too четверг, 11 сентября 2014 г., 21:58:57 UTC+7 пользователь Dave Sann написал: Is there an easy way to get the same compact layout but without the colour control codes? On Friday, 5

[ANN] aprint (awesome print) released

2014-09-09 Thread Daniel
Looks useful. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send

Re: [ANN] aprint (awesome print) released

2014-09-08 Thread bob
Cool On Friday, September 5, 2014 5:50:10 AM UTC+8, Vladimir Bokov wrote: Hi folks, I got just tired to gazing into big amount of data and scroll 3-4 screens of my 13' laptop to grasp the structure, so I used pprint's pretty printer, but add colors and changed indentation *by default*

[ANN] aprint (awesome print) released

2014-09-04 Thread Vladimir Bokov
Hi folks, I got just tired to gazing into big amount of data and scroll 3-4 screens of my 13' laptop to grasp the structure, so I used pprint's pretty printer, but add colors and changed indentation *by default* (actually pprint has tuning parameters, too, but anyway it's breaking maps by