This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-04
Channels
- # adventofcode (100)
- # announcements (7)
- # architecture (1)
- # aws (14)
- # beginners (209)
- # calva (30)
- # cider (5)
- # cljdoc (2)
- # cljs-dev (37)
- # cljsrn (2)
- # clojure (133)
- # clojure-dev (20)
- # clojure-finland (1)
- # clojure-italy (10)
- # clojure-nl (19)
- # clojure-spec (56)
- # clojure-uk (49)
- # clojurescript (57)
- # clojurex (8)
- # core-async (2)
- # core-logic (1)
- # cursive (38)
- # data-science (19)
- # datomic (28)
- # devcards (3)
- # duct (8)
- # emacs (28)
- # figwheel (1)
- # figwheel-main (31)
- # fulcro (2)
- # jobs (1)
- # kaocha (1)
- # klipse (2)
- # mount (6)
- # nrepl (43)
- # off-topic (20)
- # pathom (3)
- # pedestal (1)
- # re-frame (15)
- # ring-swagger (1)
- # shadow-cljs (47)
- # spacemacs (19)
- # sql (20)
- # tools-deps (58)
- # unrepl (13)
- # vim (5)
Per https://github.com/cognitect-labs/REBL-distro/issues/1#issuecomment-444150162, “We’ve added language to the EULA to allow Datomic customers to use REBL at work, and have set up a Patreon membership so non-customers can do the same!” https://www.patreon.com/cognitect
Probably a minor clarification - if I have Datomic cloud set up but all instances off, is there a threshold of when I go from being a paying Datomic cloud customer to not?
a totally non-official answer: if you are paying money for Datomic in a given month, you are a customer, and if not, you should use Patreon
Reminder that discussion should go either in a thread, or in another channel. Thanks!
com.walmartlabs/schematic 1.2.0 Schematic is a Clojure library which aids in assembling Component systems from configuration data. * Expects components to implement the Component/Lifecycle protocol * Prefers pure data for declaring dependencies * Provides a simple mechanism for assembling/starting just a subset of Components * Avoids the pattern of passing a large bag of config data through down through levels of Component creation functions https://github.com/walmartlabs/schematic New in release 1.2.0: - Utilities to transform the configuration before assembling the system map - Improvements to errors related to unknown component references - Allows for Java objects as components