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
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
Grou
As a workaround, see if running "stty sane" fixes your terminal.
--
Michael Wood
On 28 Sep 2014 4:43 PM, "tao.zhou2009" 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://
> 127.0.0.1:60609
>
> REPL
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:
https://github.com/greglook/puge
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: (j
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, let
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
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
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 S
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 u
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
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*
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 single
13 matches
Mail list logo