[ANN] liberator-transit 0.1.0, a small library for integrating Liberator and Transit

2014-08-08 Thread Daniel Solano Gómez
Hello, all, I just started using Liberator and Transit for a project I am working on, and I thought I'd publish a small utility library to add Transit encoding support to Liberator's generic sequence and map functionality. I hope it's useful to others, and I welcome any feedback. GitHub:https

setting c3p0 logging

2014-08-08 Thread Brian Craft
I'm trying to get c3p0 to log to slf4j. Anyone have this working? I'm dropping a c3p0.properties file in the "resources" directory, but it's not having any effect. I can't tell if the file is being found. Is there a good way to debug this? -- You received this message because you are subscribe

Success Stories w/US Government Projects

2014-08-08 Thread rcg
Hello; We are looking for Clojure success stories within the US Government. If you have a success story you'd be willing to share, this may counter or help resolve objections to the EPL license that have been raised by Lawyers. Our development group has had much success with Clojure. Unfortuna

Re: Howto Use isComponent with Adi

2014-08-08 Thread zcaudate
Hey Tim, adi's been neglected by me for a while now so it needs a bit of love... Though I'm surprised that it won't let you create a schema. Can you open an issue with an example of a failure and I'll see if I can fix that. On Monday, August 4, 2014 3:35:18 PM UTC+10, frye wrote: > > Hey, > >

Re: Compojure routing of www and api content

2014-08-08 Thread Gary Verhaegen
Maybe post your (minimal) complete code on a github project or something, to make it easier for us to reproduce and diagnose? On Thursday, 7 August 2014, Jonathon McKitrick wrote: > Let me clarify. I removed the 'not-found' route and the api calls all > return an empty response. > > > -- > Jona

Re: Some trivial examples of using Clojure Transducers

2014-08-08 Thread Fergal Byrne
Hi Ian, The examples may tell a simple story, but there's nothing trivial about telling them so well! Great posts, thanks. Cheers, Fergal On Fri, Aug 8, 2014 at 3:33 PM, Ian Rumford wrote: > Hello all, > > Rich's post on Transducers the other day inspired me to try them out and > update a po

Some trivial examples of using Clojure Transducers

2014-08-08 Thread Ian Rumford
Hello all, Rich's post on Transducers the other day inspired me to try them out and update a post I wrote on Reducers last year with some Transducer examples. Some trivial examples of using Clojure Transducers My take away so far: Transducers are

Re: using Stuarts component library correctly

2014-08-08 Thread Fergal Byrne
Hi Sven, I'm pretty sure that the purpose of Stuart's component library is precisely to capture these dependencies in your application, but to do so in a uniform, safe way which isolates the coupling to a small number of declared, explicit cases of mutual knowledge. In the case of the design you'

using Stuarts component library correctly

2014-08-08 Thread Sven Richter
Hi, I am trying to integrate Stuarts component library into my application. I am not sure if I use it correctly or do something else wrong or just have a wrong mindset. So I will explain how I am currently using it and the problem I see with it. I have three components: database, a scheduler a

Re: IntelliJ / ClojureScript Integration...

2014-08-08 Thread henry w
I am wanting to do om tutorial in cursive as well and using om-start. I will give the proposed solution a go as well. but FYI what i have been doing so far is 1) start 'lein repl :headless' from cmd line, 2) connected to it from cursive as a remote repl. a bit clunky but is working just fine.

Re: [ANN] core.async 0.1.319.0-6b1aca-alpha

2014-08-08 Thread henry w
In the original blog post there was mention of network channels being a possible area of interest. Do you know if this is on the roadmap? Or is there a roadmap for core.async? Thanks Henry -- You received this message beca