Re: [ANN] lein-docker, lein-beandock

2015-04-07 Thread Dave Sann
see also https://github.com/palletops/lein-uberimage On Wednesday, 8 April 2015 07:35:54 UTC+10, Allen Rohner wrote: > > https://github.com/arohner/lein-docker > > https://github.com/arohner/lein-beandock > > `lein-docker` is a simple plugin for performing `docker build` and `docker > push`. lei

clojure, not the go to for data science

2015-04-07 Thread Emrehan Tüzün
Clojure isn't the first tool coming into mind on data science at the moment but the number of useful libraries are growing up. You can check out https://github.com/razum2um/awesome-clojure#science-and-data-analysis. -- You received this message because you are subscribed to the Google Groups "C

[ANN] lein-docker, lein-beandock

2015-04-07 Thread Allen Rohner
https://github.com/arohner/lein-docker https://github.com/arohner/lein-beandock `lein-docker` is a simple plugin for performing `docker build` and `docker push`. lein-beandock is a semi-fork of `lein-beanstalk`, specializing in deploying docker containers to AWS Elastic Beanstalk. Thanks, All

Re: Has anyone seen this error while running lein-cloverage?

2015-04-07 Thread Michael Blume
Yes. Cloverage needs to merge https://github.com/lshift/cloverage/pull/59 -- in the meantime, you can add https://github.com/MichaelBlume/cloverage-compojure-fix to your project and it will route around the problem. On Tue, Apr 7, 2015 at 11:27 AM Jonathon McKitrick wrote: > Here's a test in que

Has anyone seen this error while running lein-cloverage?

2015-04-07 Thread Jonathon McKitrick
Here's a test in question: (deftest reports (testing "PDF schedule" (testing "by api call" (let [req (request :get "/schedule.pdf")] (mocking [pts.reports/get-schedule-pdf] (app req);< line 1035 (verify-call-times-for pts.reports/get-sched

Re: Anyone Worked with NW.js and ClojureScript

2015-04-07 Thread Erik Price
These are cool too: https://github.com/frankhale/hello-atom-shell https://github.com/oakmac/cuttle/ e On Tue, Apr 7, 2015 at 8:03 AM, JPatrick Davenport wrote: > Well don't that beat all? Thanks. It looks good. > > If anyone else wants to add something, please do. > > > On Tuesday, April 7, 20

Re: clojure, not the go to for data science

2015-04-07 Thread Gregg Reynolds
On Apr 6, 2015 4:20 PM, "A" wrote: > > > > Thanks for taking the initiative :) Looks good. > > My two cents is to prefer something instead of the word "goto" though, which could imply an archaic coding semantic. "into"? Perhaps "...a growing resource to consolidate links to Clojure Data Science

Re: Anyone Worked with NW.js and ClojureScript

2015-04-07 Thread JPatrick Davenport
Well don't that beat all? Thanks. It looks good. If anyone else wants to add something, please do. On Tuesday, April 7, 2015 at 7:10:42 AM UTC-4, jaju wrote: > > You probably want to look at Assistant ( > https://github.com/29decibel/assistant) as an example. > > It uses lein-node-webkit-build (

Re: Anyone Worked with NW.js and ClojureScript

2015-04-07 Thread Ravindra Jaju
You probably want to look at Assistant ( https://github.com/29decibel/assistant) as an example. It uses lein-node-webkit-build ( https://github.com/wilkerlucio/lein-node-webkit-build) - a lein plugin to build a shell app. Probably what you are looking for? Best, jaju On Tue, Apr 7, 2015 at 4:11

Anyone Worked with NW.js and ClojureScript

2015-04-07 Thread JPatrick Davenport
Hello, I recently started looking at a project that's all about being offline. I thought about using Java + Clojure + JavaFX as my implementation path, but I fear that there's a security backlash against client side Java these days. Mulling it over, I thought, "wouldn't it be terrifying to use s

Re: clojure, not the go to for data science

2015-04-07 Thread Daniel Slutsky
https://github.com/joshuaeckroth/clj-ml is a nice Weka wrapper. It has had various forks and authors through its life. On Monday, April 6, 2015 at 10:40:20 PM UTC+3, Goldritter wrote: > > I wonder, has somebody ever tried to write something like a clojure > wrapper for WEKA (http://www.cs.waik