Hi!
I added ajp? on immutant.web/run option to use the Undertow AJP Linstner in
Immutant2. :)
https://github.com/eunmin/immutant/tree/support_undertow_ajp
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@
Awesome! :)
2015년 2월 20일 금요일 오후 11시 12분 11초 UTC+9, Jim Crossley 님의 말:
>
> Cool. Submit a PR and we'll get it merged in.
>
> Thanks!
> Jim
>
> On Fri, Feb 20, 2015 at 4:25 AM, Eunmin Kim > wrote:
> > Hi!
> > I added ajp? on immutant.web/run opti
Hi! My question is, How can I exchange a java class for test like
`with-redefs`?
(defn run-a
[]
(... some logic
(.run (AClass. )))
(deftest some-test
(with-redefs [AClass MockAClass] ;; ???
(is (run-a)))
--
You received this message because you are subscribed to the Google
Gro
Hi! I had a question while reading Functional Programming in Scala book.
The following code is Exercise 2:
// Exercise 2: Implement a polymorphic function to check whether
// an `Array[A]` is sorted
def isSorted[A](as: Array[A], gt: (A,A) => Boolean): Boolean = {
@annotation.tailrec
def go(n
Thanks for the reply. :)
On Wednesday, November 16, 2016 at 11:44:50 PM UTC+9, Alex Miller wrote:
>
>
>
> On Tuesday, November 15, 2016 at 10:11:34 PM UTC-6, Eunmin Kim wrote:
>>
>> Hi! I had a question while reading Functional Programming in Scala book.
>>
>&
Hi, folks
This is small piece of code that is inspired by haxl,
muse(https://github.com/kachayev/muse),
urania(https://github.com/funcool/urania). Not a library.
(defn remote-req [result]
(Thread/sleep 1000)
result)
(defmacro plet [bindings & body]
(let [bents (partition 2 (destructure b
Hi~!
I'm happy to announce duct-lacinia(https://github.com/kakao/duct-lacinia).
duct-lacinia is a duct(https://github.com/duct-framework/duct) module for
lacinia(https://github.com/walmartlabs/lacinia) graphQL library. It
provides schema and resolver key for lacinia in duct configuration.
I lo
Dear Clojurians,
I just released a pedestal interceptor of
Prone(https://github.com/magnars/prone).
See: https://github.com/eunmin/prone-pedestal
Clojars/Leiningen dependency:
[prone-pedestal "0.1.1"]
--
You received this message because you are subscribed to the Google
Groups "Clojure" grou
Great!!
--
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 patient with your
first post.
To unsubscribe from this group, send email