Re: midje only 1 test

2015-09-12 Thread Roland Kaercher
nline. Kind regards, Roland On Thu, Sep 3, 2015 at 8:55 PM, r/ Wobben wrote: > hello, > > Suppose I have this test > > (facts "do-a-thing" {:exercise 1 :points 1} (do-a-thing 3) => 46656.0 ( > do-a-thing 1) => 4.0 (do-a-thing 0) => 1.0) > Is there a way

Re: Insert to a database does not work with jar file.

2013-02-21 Thread Roland Pinto
I had a feeling this was due to laziness. Thanks for your help. It works now. On Thursday, February 21, 2013 1:35:19 PM UTC-5, Michael Klishin wrote: > > > 2013/2/21 Roland Pinto > > >> But if I run lein uberjar and do a java -jar target/file.jar it doesnt d

Insert to a database does not work with jar file.

2013-02-21 Thread Roland Pinto
So, i have function that looks something like this : (defn insert-to-db [some-list] (map #(db/with-connection pool (db/insert-records :courses %)) some-list)) some-list here is just a list of hashmaps I want to insert and I'm calling this function from -main This works perfectly with lein repl

Re: Cells for Clojure

2009-09-16 Thread Roland
Folks, I have looked up the references but there doesn't seem to be any information there besides links to files. I would like some text documenting how to use the stuff. Fogus wrote: > Even more information here: > https://www.assembla.com/spaces/clojure-contrib/tickets/19-Re-add-auto-agent-clj

Cells for Clojure

2009-09-11 Thread Roland
Hello, where can I find documentation for a Cells implementation for Clojure? I read that there are several and I know that there is one version by Stuart Sierra(I don't know about others). Where can I read more and download it? Thanks! --~--~-~--~~~---~--~~ Yo

swing-utils: patch - returning the listeners

2009-06-02 Thread Roland Sadowski
May I suggest a small change in the add-*-listener functions in contrib.swing-utils? It's handy to have them return the listeners (and be able to disable/remove them later etc). Patch attached. -Roland -- [ http://www.haltingproblem.net/ - my hom