[ANN] Ultra 0.3.4 released

2015-07-06 Thread W. David Jarvis
Hey all - This is, tbh, not a particularly impressive release, and is mostly just keeping the project's dependencies up-to-date. It does clear some of the way forward for future ClojureScript support in Ultra, but it's not quite there yet. Still, for those feeling in need of a refresher (espec

Re: [ANN] Nginx-Clojure v0.4.0 Release!

2015-07-06 Thread Yuexiang Zhang
Freebsd port upgraded nginx clojure module from 0.3.0 to 0.4.0! So on Freebsd we can chose clojure module to enable it after run pkg install nginx cd /usr/ports/www/nginx make config Cheers! Yuexiang Zhang (Xfeep) -- You received

Re: [ANN] clj-refactor.el 1.1.0 is released

2015-07-06 Thread Ed Maphis
Thanks to all the contributers, along with Cider, this is great software > > -- 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 pat

Re: [ANN] Buddy 0.6.0: Security library for clojure.

2015-07-06 Thread Stéphane Tavera
Hello, you're welcome. I still have an issue with the signature using String (instead of bytes array): See this gist: https://gist.github.com/st/d52ae86b8ddb83a6f6b4 Regards, __ s t On Monday, July 6, 2015 at 5:27:34 PM UTC+2, Andrey Antukh wrote: > > Hi Stéphane Tavera! > > Thank you very m

Re: Joda Time version conflict? "Initializing JollyDayHoliday for SUTime"

2015-07-06 Thread Sean Corfield
On Jul 6, 2015, at 8:58 AM, gingersafflo...@gmail.com wrote: > Thanks for this. I can go through my code and try to remove all of the uses > of JodaTime in my own code, but, as that would be some work, I'd like to > first confirm the diagnoses. Can you think of a way I might be able to > confirm

Re: Joda Time version conflict? "Initializing JollyDayHoliday for SUTime"

2015-07-06 Thread Franklin M. Siler
On Jul 6, 2015, at 1058, gingersafflo...@gmail.com wrote: > Sean Corfield, > > Thanks for this. I can go through my code and try to remove all of the uses > of JodaTime in my own code, but, as that would be some work, I'd like to > first confirm the diagnoses. Can you think of a way I might be

New Functional Programming Job Opportunities

2015-07-06 Thread Functional Jobs
Here are some functional programming job opportunities that were posted recently: Software Engineer - Functional Programming at NAVIS http://functionaljobs.com/jobs/8839-software-engineer-functional-programming-at-navis Cheers, Sean Murphy FunctionalJobs.com -- You received this messag

Re: Joda Time version conflict? "Initializing JollyDayHoliday for SUTime"

2015-07-06 Thread gingersafflower
Sean Corfield, Thanks for this. I can go through my code and try to remove all of the uses of JodaTime in my own code, but, as that would be some work, I'd like to first confirm the diagnoses. Can you think of a way I might be able to confirm that Joda is, in fact, the problem? lawrence

Re: [ANN] Buddy 0.6.0: Security library for clojure.

2015-07-06 Thread Andrey Antukh
Hi Stéphane Tavera! Thank you very much for notice me about that documentation inconsistency. It is already fixed in master! Cheers. Andrey On Mon, Jul 6, 2015 at 10:59 AM, Stéphane Tavera wrote: > Hey Andrey, > > I have just begun looking at buddy.core, by following the documentation > here:

Clojure OSGI (Java 9?) support library ready for review

2015-07-06 Thread Ralph Ritoch
Hi, I created a library on github https://github.com/rritoch/clj-osgi-namespaces which facilitates "namespace isolation" and clojure namespace imports and exports for OSGI environments. Since this library and related libraries produce bundles it doesn't seem appropriate for Clojars. Both a

[ANN] clj-refactor.el 1.1.0 is released

2015-07-06 Thread Magnar Sveen
Since the last announcement of clj-refactor in this group, there's been a flurry of activity. Lars Andersen and Benedek Fazekas have been hard at work with the editor-agnostic refactor-nrepl

Re: [ANN] Nginx-Clojure v0.4.0 Release!

2015-07-06 Thread Yuexiang Zhang
Thanks Sean! Glad to see Nginx-Clojure can also work well with nginx mainline version (1.9.2). Cheers! Yuexiang Zhang (Xfeep) -- 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 post

Re: zipmap different ordering in 1.7

2015-07-06 Thread Timothy Baldridge
But with a set, the ordering doesn't matter, since #{:foo :bar} = #{:bar :foo}, so a set as a dispatch value should work just fine. On Mon, Jul 6, 2015 at 1:45 AM, wrote: > The semantics of a set doesn't guarantee an order either (even though it's > implementation might), I'd sort over the key

Re: [ANN] Nginx-Clojure v0.4.0 Release!

2015-07-06 Thread Sean Johnson
Congratulations on the 0.4.0 release Yuexiang! Nginx-Clojure is by far my preferred way to deploy Clojure web apps. FWIW, Re: #14, if anyone is interested in using Nginx-Clojure with the mainline version (1.9.2) rather than the latest stable (1.8.0) that's in the Nginx-Clojure binary, I built 1

Re: zipmap different ordering in 1.7

2015-07-06 Thread dmichulke
The semantics of a set doesn't guarantee an order either (even though it's implementation might), I'd sort over the keys and use the resulting collection as hash-map key so you are independent of any clojure-intrinsic behavior. On Thursday, July 2, 2015 at 3:06:00 AM UTC+2, Fluid Dynamics wrote

Re: [ANN] Buddy 0.6.0: Security library for clojure.

2015-07-06 Thread Stéphane Tavera
Hey Andrey, I have just begun looking at buddy.core, by following the documentation here: https://funcool.github.io/buddy-core/latest/ It seems there is an error here (or there is something I did not get ??): (-> (hmac/verify "foo bar" "61849448bdbb67b..." "mysecretkey" :sha256) (codecs/byt

Re: awful performance on Windows 7 compared to anything else

2015-07-06 Thread Colin Yates
Hi Nicolas, I don’t unfortunately (and I appreciate just how necessary focused demos are). It isn’t a blocker so I don’t have the time to investigate this much at the moment (major deadline approaching). It is interesting that not many other people seem to be affected, and it is the kind of thi