Re: Making RPCs with Shoreleave

2013-07-11 Thread Samrat Man Singh
I think you need to (use projectname.ajax) in your projectname.handler page. If I remember correctly, there's also a way to specify which namespace your remote function is in. On Thursday, July 11, 2013 10:42:15 PM UTC+5:45, Alex Fowler wrote: Hi all, this is my first experience with

Re: Call for volunteers to help moderate a ClojureScript Google group

2013-01-25 Thread Samrat Man Singh
I'd suggest considering Librelist for the mailing list too. I'm subscribed to a few mailing lists powered by it and never seen a spam problem. Leiningen is using it too- http://librelist.com/browser//leiningen/2012/10/25/moving-to-librelist/#1c0e8108daa50a6925b21fe69c8b7f13 Anyways, if you

Re: help with lein-localrepo

2012-07-30 Thread Samrat Man Singh
Thanks, it is working now. Neither seems to work for me. To, my project.clj I tried adding both [goose 2.1.19] and [com.gravity/goose 2.1.19], but in the On Monday, July 30, 2012 4:07:12 AM UTC+5:45, Shantanu Kumar wrote: On Sunday, 29 July 2012 17:37:40 UTC+5:30, Samrat Man Singh wrote

Re: help with lein-localrepo

2012-07-30 Thread Samrat Man Singh
Thanks, it's working now. On Monday, July 30, 2012 4:07:12 AM UTC+5:45, Shantanu Kumar wrote: On Sunday, 29 July 2012 17:37:40 UTC+5:30, Samrat Man Singh wrote: I want to use goose(https://github.com/jiminoc/goose) in a Clojure project and found a StackOverflow answer that pointed me

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-30 Thread Samrat Man Singh
, 2012 at 12:12 AM, Samrat Man Singh samratmansi...@gmail.com wrote: I can't access your site. Also, I wanted to ask whether you used Noir or used a lower-level option(Compojure,etc)? On Friday, July 27, 2012 1:44:46 AM UTC+5:45, Aaron Lebo wrote: Hello! Sometime around 2 and a half

help with lein-localrepo

2012-07-29 Thread Samrat Man Singh
I want to use goose(https://github.com/jiminoc/goose) in a Clojure project and found a StackOverflow answer that pointed me to lein-localrepo. However, I couldn't figure out how to use it. I did: lein localrepo install ../goose/target/goose-2.1.19.jar goose/goose 2.1.19 And lein locallrepo

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-28 Thread Samrat Man Singh
I can't access your site. Also, I wanted to ask whether you used Noir or used a lower-level option(Compojure,etc)? On Friday, July 27, 2012 1:44:46 AM UTC+5:45, Aaron Lebo wrote: Hello! Sometime around 2 and a half months ago, I started to work on a new project using Clojure. I've been