[ANN] stripe-tester-clj (simulate stripe webhooks in tests)

2015-06-17 Thread Ahmad Hammad
Hi, We've put together a simple library to help simulate Stripe webhooks in order to test the end points in your application. https://github.com/buttercloud/stripe-tester-clj Feedback welcome. -- Ahmad -- You received this message because you are subscribed to the Google Groups "Clojure" gr

Re: ring-transit issue

2014-11-28 Thread Ahmad Hammad
Remove wrap-transit-response from your routes. You need to add (wrap-transit-response) to your middleware just like you have (wrap-transit-params). The latter handles incoming request params, while the former response collections. On Friday, November 28, 2014 2:00:20 PM UTC, Thomas wrote: > > H

Re: ANN: Om 0.8.0-alpha1, Reference Cursors!

2014-10-18 Thread Ahmad Hammad
Brilliant! Looking forward to digging into it. P.S I was wondering when that Advanced tutorial was going to be written, looks like its up! Don't know how you find the time but glad that you do! On Saturday, October 18, 2014 5:53:57 PM UTC+2, David Nolen wrote: > > I'm happy to announce the rel

Re: Client side tools for Clojure web app (back end questions as well, especially Pedestal)

2014-07-08 Thread Ahmad Hammad
Brendan, could you please elaborate on how you handled client/server communication with a project using Reagent/Om? -- 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