This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-24
Channels
- # announcements (5)
- # beginners (184)
- # calva (32)
- # cider (29)
- # clj-kondo (1)
- # cljdoc (29)
- # cljsrn (6)
- # clojure (44)
- # clojure-dev (36)
- # clojure-europe (9)
- # clojure-italy (18)
- # clojure-losangeles (1)
- # clojure-nl (3)
- # clojure-spec (7)
- # clojure-uk (30)
- # clojure-ukraine (1)
- # clojuredesign-podcast (8)
- # clojurescript (65)
- # code-reviews (21)
- # core-async (25)
- # cursive (51)
- # data-science (3)
- # datascript (2)
- # datomic (25)
- # emacs (14)
- # events (1)
- # figwheel-main (3)
- # fulcro (3)
- # graalvm (5)
- # jackdaw (17)
- # kaocha (14)
- # luminus (5)
- # off-topic (17)
- # pathom (7)
- # pedestal (2)
- # re-frame (71)
- # reagent (25)
- # shadow-cljs (83)
- # spacemacs (31)
- # sql (92)
- # tools-deps (23)
- # vim (102)
- # xtdb (5)
seancorfield/next.jdbc "1.0.3"
-- https://github.com/seancorfield/next-jdbc -- follow-up in #sql
* Adds next.jdbc.connection/->pool
to make it easier to set up connection pooling with HikariCP and c3p0. The Getting Started documentation shows how to use both libraries.
* Documentation improvements continue, including examples of extending ReadableColumn
and SettableParameter
.
After a week of going through basics, my first ever project in clojure/clojurescript: A firefox addon to quickly toggle enforcement of browser-specific fonts on webpages (via Alt-Comma). Source: https://github.com/jayesh-bhoot/enforce-browser-fonts Addon: https://addons.mozilla.org/en-US/firefox/addon/enforce-browser-fonts/ Shout out to #shadow-cljs package for helping me wade through the build process. And a thank you to #beginners for solving my questions promptly.

Fulcro 2.8.12 just released to clojars: includes some minor improvements. https://github.com/fulcrologic/fulcro
clj-kondo v2019.07.24-alpha! ๐งน detection of unused referred vars and more https://github.com/borkdude/clj-kondo/releases/tag/v2019.07.24-alpha follow up in #clj-kondo


