Re: [ANN] Reagent + Sente (+ Heroku) = Rente

2015-03-26 Thread Henrik Mohr
ldpack automatically (I was > able to deploy like that when I tested it). If there was a problem please > let me know and I'll see if we can fix it (I work for Heroku). > > On Wednesday, March 25, 2015 at 4:24:52 PM UTC-5, Henrik Mohr wrote: >> >> Rente just

Re: [ANN] Reagent + Sente (+ Heroku) = Rente

2015-03-25 Thread Henrik Mohr
Rente just got a "Deploy to Heroku" button for easy clone/deployment: https://github.com/enterlab/rente A running demo of Rente can be found here: https://enterlab-rente.herokuapp.com Best, Henrik On Tuesday, March 10, 2015 at 12:11:51 PM UTC+1, Henrik Mohr wrote: > > Rente has

Re: [ANN] Reagent + Sente (+ Heroku) = Rente

2015-03-10 Thread Henrik Mohr
Rente has been upgraded to sente 1.4.0 (breaking change). Best, Henrik On Sunday, January 18, 2015 at 1:28:50 PM UTC+1, Henrik Mohr wrote: > > Hi guys, > > If you want a sample on how to make the newest versions of Reagent, Sente > (for web sockets) work together, want figwh

Re: [ANN] Reagent + Sente (+ Heroku) = Rente

2015-01-22 Thread Henrik Mohr
I'm not. The Datomic Transactor is on one of our own hosts. On Friday, January 23, 2015 at 12:43:28 AM UTC+1, Wei Hsu wrote: > > How are you running Datomic on Heroku? > > On Thursday, January 22, 2015 at 8:53:29 AM UTC-8, Henrik Mohr wrote: >> >> (still) a mode

Re: [ANN] Reagent + Sente (+ Heroku) = Rente

2015-01-22 Thread Henrik Mohr
of Concept). The running 2X app is here: https://app.meewee.com It's based on a hybrid of Rente and older tech. Best, Henrik On Thursday, January 22, 2015 at 4:06:40 PM UTC+1, g vim wrote: > > On 22/01/2015 07:01, Henrik Mohr wrote: > > > > OT: I'm support

Re: [ANN] Reagent + Sente (+ Heroku) = Rente

2015-01-21 Thread Henrik Mohr
Great work! > > Slightly OT: for low cost VPS hosting with only 512Mb or 1Gb RAM Node.js > is often the only option. A full-stack Clojurescript option built on > similar tech as Sente would be fantastic. > > gvim > > > > On 21/01/2015 12:46, Henrik Mohr wrote: > >

Re: [ANN] Reagent + Sente (+ Heroku) = Rente

2015-01-21 Thread Henrik Mohr
On Wednesday, January 21, 2015 at 1:23:36 PM UTC+1, g vim wrote: > > As per the documentation: > I've just revised the documentation, please follow the revised usage documentation. I've changed the order of lein run/figwheel since the server won't serve files correctly (the first time the ser

Re: [ANN] Reagent + Sente (+ Heroku) = Rente

2015-01-21 Thread Henrik Mohr
Thanks for your comment, please pull again and retry: lein figwheel Figwheel: focusing on build-ids (client) Compiling ClojureScript. Figwheel: Starting server at http://localhost:3449 Figwheel: Serving files from '(resources|dev-resources|resources-index/dev)/public' Compiling "resources/public/

[ANN] Reagent + Sente (+ Heroku) = Rente

2015-01-18 Thread Henrik Mohr
Hi guys, If you want a sample on how to make the newest versions of Reagent, Sente (for web sockets) work together, want figwheel for ease of development, and deploy it to Heroku, take a look at my small demo project: https://github.com/enterlab/rente I use it myself as a template/basis for Pro

Re: UTF-8 behavior ClojureScript (vs. Clojure)

2012-10-19 Thread Henrik Mohr
is enhancement should > be included in the yet-to-be-released Clojure 1.5: > > http://dev.clojure.org/jira/browse/CLJ-1025 > > Andy > > On Oct 18, 2012, at 4:12 AM, Henrik Mohr wrote: > > Hi there! > > I'm wondering why ClojureScript seems to handle internationa

Re: UTF-8 behavior ClojureScript (vs. Clojure)

2012-10-18 Thread Henrik Mohr
ra/browse/CLJ-1025 > > Andy > > On Oct 18, 2012, at 4:12 AM, Henrik Mohr wrote: > > Hi there! > > I'm wondering why ClojureScript seems to handle international characters > differently from Clojure. > > Simple example in Clojure (= my preferred behaviour): >

UTF-8 behavior ClojureScript (vs. Clojure)

2012-10-18 Thread Henrik Mohr
Hi there! I'm wondering why ClojureScript seems to handle international characters differently from Clojure. Simple example in Clojure (= my preferred behaviour): user=> (str "ø") "ø" The same example in ClojureScript: ClojureScript:cljs.user> #_=> (str 'ø') "\xF8'" Can anyone explain to me

Re: defprotocol not working?

2010-08-23 Thread Henrik Mohr
e a look to the cljr projecthttp://github.com/liebke/cljr > > It is intended for repl-based project. > > Hopes that helps. > > > > On Wed, Aug 18, 2010 at 12:29 PM, Henrik Mohr wrote: > > updated it to support clojure 1.1, and now when I want a REPL I type -- You re

Re: defprotocol not working?

2010-08-18 Thread Henrik Mohr
_henrik On Aug 17, 3:46 pm, Nicolas Oury wrote: > defprotocol is a new feature of Clojure 1.2. > A fantastic RC3 of this fantastic software is available. > > A good way to get it is to use the amazing Leiningen. > > > > On Tue, Aug 17, 2010 at 7:17 AM, Henrik Mohr wrote

defprotocol not working?

2010-08-17 Thread Henrik Mohr
_20-b02-279-10M3065. Please help! I'm stuck, and I don't want to procede (for too long) until I figure out why I get this error ;) Thanks in advance. Kind regards, Henrik Mohr -- You received this message because you are subscribed to the Google Groups "Clojure" group. T