Re: [ANN] Engraver: a tool for managing Onyx clusters

2016-03-21 Thread Mike Drogalis
Thanks! More to come real soon! On Mon, Mar 21, 2016 at 5:34 PM, Rangel Spasov wrote: > I'm continuously impressed by the work you guys are doing! Keep it up! > > > On Monday, March 21, 2016 at 7:27:49 AM UTC-7, Michael Drogalis wrote: >> >> Hi everyone, >> >> I'm happy to announce the release o

Re: [ANN] Engraver: a tool for managing Onyx clusters

2016-03-21 Thread Rangel Spasov
I'm continuously impressed by the work you guys are doing! Keep it up! On Monday, March 21, 2016 at 7:27:49 AM UTC-7, Michael Drogalis wrote: > > Hi everyone, > > I'm happy to announce the release of the Onyx Platform's newest creation - > Engraver. > Engraver is a command line tool for managing

Re: Nesting semantics for the thread last operator

2016-03-21 Thread James Reeves
On 21 March 2016 at 23:47, Arun Sharma wrote: > On Saturday, March 19, 2016 at 5:35:02 PM UTC-7, red...@gmail.com wrote: >> >> ->> is a mechanical transformation taking a form (->> x (a ... w)) >> turning it into (a ... w x), and this same mechanical transformation is >> in place when nested. You

[ANN] excel-templates 0.3.2 release available

2016-03-21 Thread Tom Faulhaber
*Our Story* In this episode, our hero discovers the betrayal of his former ally, the Apache POI library, and goes to great lengths to patch things up between them, while beginning to dream of the day when they can part ways . And thus,

Re: Nesting semantics for the thread last operator

2016-03-21 Thread Arun Sharma
On Saturday, March 19, 2016 at 5:35:02 PM UTC-7, red...@gmail.com wrote: > > They are a logical consequence of the machine. > > ->> is a mechanical transformation taking a form (->> x (a ... w)) > turning it into (a ... w x), and this same mechanical transformation is > in place when nested. You

HTTP integration tests

2016-03-21 Thread Sam Halliday
Hi all, Does anybody have any experience with http://betamax.software/ in Lein? I would like to use it to mock out (on an integration level) the Twitter API, in addition to my unit tests. Specifically, how would one be able to start up and tear down a JVM running Betamax from Lein during a ded

[ANN] Engraver: a tool for managing Onyx clusters

2016-03-21 Thread Michael Drogalis
Hi everyone, I'm happy to announce the release of the Onyx Platform's newest creation - Engraver. Engraver is a command line tool for managing and deploying cloud infrastructure to support Onyx. You can get up and running with a secure, HA set up in just a few commands. Blog post: http://www

[Job Post] Sr. Software Developer, Clojure and Clojurescript

2016-03-21 Thread Tom
Hi, We've just posted a new job opening for a Clojure and Clojurescript developer at https://lynxtp.workable.com/jobs/224637. I can respond to questions here, or email me directly at tvaughan [at] lynxtp.com. Thanks. -Tom -- You received this message because you are subscribed to the Google

Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2016-03-21 Thread Timothy Baldridge
I've done a fair amount of work with core.async in gui libraries, and I strongly recommend against it. Core.async by it's very nature consists of performing IO operations on channels, this sort of thing shouldn't be done inside a user interface. Your code will quickly become very complex with dozen

Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2016-03-21 Thread Jason Zwolak
I sat down to use fx-fn today and discovered another library fx-clj. fx-clj hasn't had any activity for over a year, but it does use core.async, which seems to be the right direction if you want clean UI code: http://www.infoq.com/presentations/core-async-clojure Any plans to incorporate core.asy