Fork me on GitHub
#admin-announcements
<
2016-06-11
>
mikethompson05:06:26

Reagent 0.6.0 release candidate is out. Please test/use. http://reagent-project.github.io/news/news060.html When upgrading, if you push Reagent in unusual ways, be aware of this issue: https://www.reddit.com/r/Clojure/comments/4nbdhm/reagent_060rc_is_out/d43f6x3

vinodgandamalla08:06:00

hi , i am trying to use cljsjs/facebook packages in my build.boot i include the dependency [cljsjs/facebook "v20150729-0"] and in my app.cljs file i include the namespace [cljsjs.facebook] , iam getting the following error "No such namespace: cljsjs.facebook, could not locate cljsjs/facebook.cljs,"

rauh08:06:20

It's only the externs

vinodgandamalla08:06:06

so i need not include the namespace @rauh

rauh08:06:20

Ooops, this is announce channel. Please use #C03S1L9DN channel.

hypirion11:06:20

I wrote a small library to make it easier to make readable transducers: clj-conduit – https://github.com/hyPiRion/clj-conduit I also wrote the rationale + usage for this library in a blogpost: http://hypirion.com/musings/transducers-to-conduits-and-back

carocad14:06:16

hey guys, I just released a library for fast fuzzy strings matching by means of a trie. I would appreciate some feedback about it 😉 Check it out here: https://github.com/carocad/clemence