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

2015-12-27 Thread Mimmo Cosenza
Hi Sven, I forwarded your guess to the #boot channel on slack https://clojurians.slack.com/archives/boot/p1451213798007029 My best mimmo > On 26 Dec 2015, at 21:42, 'Sven Richter' via ClojureScript > wrote: > > Hi Yuri, > > I

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 steps 1,5,6,8 bel

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 : > > Hi Erlis, > the best way t

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. ad

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, D

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 >