This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-07
Channels
- # adventofcode (202)
- # aleph (8)
- # announcements (13)
- # architecture (1)
- # aws (2)
- # beginners (201)
- # boot (1)
- # bristol-clojurians (1)
- # calva (2)
- # cider (23)
- # cljs-dev (22)
- # cljsrn (2)
- # clojure (105)
- # clojure-bangladesh (1)
- # clojure-berlin (8)
- # clojure-dev (104)
- # clojure-europe (3)
- # clojure-italy (5)
- # clojure-losangeles (1)
- # clojure-nl (24)
- # clojure-russia (55)
- # clojure-spec (44)
- # clojure-uk (19)
- # clojurescript (58)
- # component (58)
- # cursive (3)
- # data-science (1)
- # datomic (27)
- # duct (6)
- # events (6)
- # figwheel-main (6)
- # fulcro (15)
- # jobs (3)
- # kaocha (5)
- # luminus (1)
- # music (1)
- # nrepl (2)
- # off-topic (24)
- # onyx (1)
- # pedestal (3)
- # protorepl (8)
- # re-frame (18)
- # reagent (39)
- # reitit (1)
- # remote-jobs (1)
- # ring (15)
- # rum (11)
- # shadow-cljs (5)
- # sql (8)
- # tools-deps (12)
- # vim (7)
Fulcro 2.6.18 is on Clojars , and the Developer’s Guide has been updated.
This new release has:
- Added a number of missing SVG tags are to the DOM ns
- Created an improved macro for defrouter
called defsc-router
. It generates the same thing as defrouter
(which still exists and is supported), BUT it has defsc
syntax for better IDE integration, and more importantly allows you to do things like define react lifecycle methods on the router itself. This means you can add things like “route change” hooks into the router on :componentDidUpdate
and such.
NOTE: Fulcro Incubator has a more powerful UI router, but this makes the built-in one more usable as well.
https://github.com/fulcrologic/fulcro
http://book.fulcrologic.com
ClojureX 2019 conference in London, United Kingdom early bird tickets are available until the end of today (7th). Please see the #events channel for details. We are also looking for a content team to select speakers for the conference.
Clojure 1.10.0-RC4 is now available - please test before we do a final release! https://groups.google.com/d/msg/clojure/qCthZGzuMrE/7_e5n6SWBwAJ
For Kafka user, have a look at this lib. AFAIK, it is the only clj lib offering full support for Kafka Streams ! https://github.com/dvlopt/kafka.clj
Nice might give it a spin on some even sourcing demo project. Was created almost a year ago, and found a few libraries, but all outdated, so did it with some java interop.
Yes, Kafka is a good fit for clj and it deserves a good lib. This one pretty much offers feature parity with the java libs. I have been working on this for the past year. I am quite pleased with the API and its documentation and am now looking for more feedback.
I have't looked, so it might be in there, but can you supply a function to determine the key based in the value? It might be to specific but was one thing I liked about my small wrapper. Also I build some stuff to go from a specific kind of eden schema's to avro schema's, also putting them into the schema registry.
Where would you like to supply such a fn ? When sending a record ?
Checkout https://github.com/FundingCircle/jackdaw/ https://www.youtube.com/watch?v=eJFBbwCB6v4&list=PLZdCLR02grLpMkEBXT22FTaJYxB92i3V3&index=5
open to PRs on Gregor https://github.com/ccann/gregor
@U26FJ5FDM Indeed I think this is too specific. I don't want to create another type on top of the java producer, it is cleaner that way.