Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-27 Thread Mimmo Cosenza
ecember 25, 2015 1:08 PM > To: Clojure > Cc: clojur...@googlegroups.com > Subject: Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing > with Enlive > > > Hm, > > Thats interesting, the first time I tried boot (when it was officially > anounced) on

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Erik Assum
When it's just a matter of correcting typos, I tend to fork the project, do the edit directly in the github gui, commit, and add a pull request, which would correspond to steps 1,5,6,8 below. Erik. -- i farta > Den 25. des. 2015 kl. 08.36 skrev Mimmo Cosenza : > >

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-25 Thread Mimmo Cosenza
Yes, your way is quicker... [mc] > Il giorno 25 dic 2015, alle ore 12:43, Erik Assum ha scritto: > > When it's just a matter of correcting typos, I tend to fork the project, do > the edit directly in the github gui, commit, and add a pull request, which > would correspond to

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-24 Thread Erlis Vidal
I'm using Virtual Box with XUbuntu, and everything runs smooth there. I've also installed boot on Windows but I haven't work there yet. Great work Mimmo, by the way, while working on the tutorial I've found 2 typos, where can I send you the corrections? Thanks for creating this! Erlis On Thu,

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-24 Thread Mimmo Cosenza
Hi Erlis, the best way to correct typos is by using the pull request mechanics of github 1. fork the project from github User Interace 2. clone locally the forked project > git clone https://github.com/yourname/modern-cljs.git > > cd modern-cljs 3.

Re: [ClojureScript] [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-24 Thread Mimmo Cosenza
I wrote a warning note in the README.MD of the series, by suggesting to use virtualbox or docker to be able to follow the tutorial. I really do not have any MS Windows skill to be able to help anyone on those OSs. My best mimmo > On Dec 24, 2015, at 9:13 AM, 'Sven Richter' via ClojureScript