Re: [ClojureScript] Re: re-frame - handling default values

2015-04-22 Thread Mike Thompson
On Wednesday, April 22, 2015 at 9:02:04 AM UTC+10, Mike Thompson wrote: On Tuesday, April 21, 2015 at 11:43:12 PM UTC+10, Colin Yates wrote: Yes, that is a valid reduction. Specifically my register-handler, which only has access to db needs to know the result of f. The general principle

[ClojureScript] [ANN] Klang: A clojurescript logging library (syntax highlighting, searching, filtering etc)

2015-04-22 Thread AndyR
Hi *, I've just finished the last few bits of my CLJS logging library: https://github.com/rauhs/klang Simply git clone it and run lein figwheel to see a demo. (There is also an older demo at http://rauhs.github.io/klang/ but I it's not running with the latest changes) Features: * Tabs

[ClojureScript] Mastodon C is hiring a User Interface designer and developer

2015-04-22 Thread Anna Pawlicka
Hi all, We’re looking for a User Interface designer and developer to help us work on an upcoming project. Knowledge or interest in ClojureScript is a plus :) More details here: http://blog.mastodonc.com/2015/04/22/want-to-build-ui-in-clojurescript/ Cheers, Anna -- Note that posts from new

Re: [ClojureScript] Re: re-frame - handling default values

2015-04-22 Thread Colin Yates
A cursive glance at this makes me want to marry you (if you don't mind me bringing my current wife and 4 kids?). Thanks Mike. On 22 April 2015 at 15:28, Mike Thompson m.l.thompson...@gmail.com wrote: On Wednesday, April 22, 2015 at 9:02:04 AM UTC+10, Mike Thompson wrote: On Tuesday, April 21,

Re: [ClojureScript] re-frame - handling default values

2015-04-22 Thread Marc Fawzi
so is this like an internal (or inward) reaction (i.e. reaction within app-db?) and if so then will it create an external (or outward) reaction? can you summarize the use cases? btw,with Reagent cursors, a cursor can be a function and it could achieve this but not as elegantly (well, maybe if an

Re: [ClojureScript] re-frame - handling default values

2015-04-22 Thread Mike Thompson
On Thursday, April 23, 2015 at 12:49:31 AM UTC+10, Jamie Orchard-Hays wrote: Very cool. And probably useful for what I'm working on right now. Typo: (defn on-changed...) = (on-change...). Actually, I like the name on-change or on-changes. I've altered the GIST to use on-changes --

Re: [ClojureScript] re-frame - handling default values

2015-04-22 Thread Jamie Orchard-Hays
This is so cool. Your timing couldn't be better. I was in the middle of rereading your middleware articles when these came through. I'm actually doing something backwards to this. I have a legacy Rails app I'm plopping a re-frame app on. I don't want to recreate validation on the client-side,

Re: [ClojureScript] Re: re-frame - handling default values

2015-04-22 Thread Mike Thompson
On Thursday, April 23, 2015 at 12:39:12 AM UTC+10, Colin Yates wrote: A cursive glance at this makes me want to marry you (if you don't mind me bringing my current wife and 4 kids?). Thanks Mike. I'm glad we got there (hopefully)! This has been nagging at me. -- Mike -- Note that

Re: [ClojureScript] re-frame - handling default values

2015-04-22 Thread Mike Thompson
On Thursday, April 23, 2015 at 12:54:34 AM UTC+10, Mike Thompson wrote: On Thursday, April 23, 2015 at 12:49:31 AM UTC+10, Jamie Orchard-Hays wrote: Very cool. And probably useful for what I'm working on right now. Typo: (defn on-changed...) = (on-change...). Actually, I like the name

[ClojureScript] Re: [Help] unsubscribe from reframe subscription?

2015-04-22 Thread Matt Ho
Awesome, thanks! M On Tuesday, April 21, 2015 at 4:17:30 PM UTC-7, Mike Thompson wrote: On Wednesday, April 22, 2015 at 6:18:34 AM UTC+10, Matt Ho wrote: First off, thanks for putting together such a wonderful framework in reframe. We've been using it pretty extensively and loving it.

[ClojureScript] ANN: ClojureScript 0.0-3211

2015-04-22 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript 0.0-3211] This release is a bugfix release addressing some regressions as well as introducing

Re: [ClojureScript] Re: freactive vs rum

2015-04-22 Thread Alan Moore
On Tuesday, April 21, 2015 at 5:28:40 AM UTC-7, Julien Eluard wrote: I am also curious about the advantages of using something like Clara versus DataScript listen feature. Especially there has been discussions [1] of improving listen so that it can accept a query details argument. Alan I can

Re: [ClojureScript] Re: Slimerjs for client testing on OSX

2015-04-22 Thread Viktor Eriksson
I had the same issue, it was due to Slimer not being compliant with the newest Firefox 37, I solved it by unistalling my current version and downloading v 36 from here: https://support.mozilla.org/en-US/kb/install-older-version-of-firefox -- Note that posts from new members are moderated -