This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-21
Channels
- # announcements (6)
- # bangalore-clj (1)
- # beginners (46)
- # cider (21)
- # cljs-dev (30)
- # cljsjs (3)
- # clojure (131)
- # clojure-dev (20)
- # clojure-europe (2)
- # clojure-italy (12)
- # clojure-nl (11)
- # clojure-russia (4)
- # clojure-spec (55)
- # clojure-uk (57)
- # clojurebridge (1)
- # clojured (1)
- # clojurescript (55)
- # cursive (11)
- # data-science (1)
- # datomic (23)
- # duct (1)
- # emacs (1)
- # events (1)
- # figwheel-main (2)
- # fulcro (219)
- # graphql (16)
- # immutant (1)
- # jackdaw (3)
- # java (6)
- # juxt (30)
- # kaocha (8)
- # mount (3)
- # nyc (1)
- # off-topic (16)
- # pathom (48)
- # pedestal (1)
- # re-frame (71)
- # reagent (17)
- # ring-swagger (3)
- # shadow-cljs (96)
- # spacemacs (21)
- # specter (8)
- # speculative (20)
- # sql (21)
- # test-check (2)
- # tools-deps (12)
- # vim (6)
It takes quite some head scratching to make the Reloaded workflow avoid a variety of pitfalls. I've observed that we Clojure programmers keep encountering these, so I decided to share some knowledge in this tiny repo: https://github.com/reducecombine/rehardened Maybe the single most valuable thing is the snippets, which I've improved continuously over the last months. PRs with further advice are absolutely welcome!
This covers most cases I’ve seen… and hints at a few I haven’t… Is it possible to explain each and every important line in those snippets somewhere?
https://dragan.rocks/articles/19/Deep-Learning-in-Clojure-From-Scratch-to-GPU-5-Sharing-Memory
[com.wsscode.pathom "2.2.10"]
is out! This version adds supports for custom user context on connect mutations (more info: https://wilkerlucio.github.io/pathom/#_mutation_output_context). Also fixes issues with elide-not-found
that was compromising fulcro tempids. Full change list https://github.com/wilkerlucio/pathom/blob/master/CHANGELOG.md
{org.clojure/java.jdbc {:mvn/version "0.7.9"}}
just landed in Maven Central. It contains a couple of tweaks around insert-multi!
and highly experimental datafy
/`nav` functionality (for Clojure 1.10). See https://github.com/clojure/java.jdbc/blob/master/CHANGES.md for more details. All follow-up to #sql please!
Fulcro 2.8.2 on clojars. Minor bug fixes. See CHANGELOG for details. https://github.com/fulcrologic/fulcro/