This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-06
Channels
- # announcements (3)
- # beginners (83)
- # calva (11)
- # cider (24)
- # cljdoc (2)
- # cljs-dev (1)
- # clojure (216)
- # clojure-berlin (1)
- # clojure-dev (18)
- # clojure-europe (8)
- # clojure-italy (5)
- # clojure-losangeles (2)
- # clojure-nl (4)
- # clojure-spec (34)
- # clojure-uk (75)
- # clojuredesign-podcast (12)
- # clojurescript (33)
- # clojutre (13)
- # community-development (1)
- # core-async (38)
- # cursive (19)
- # datomic (28)
- # duct (3)
- # emacs (1)
- # events (5)
- # figwheel-main (3)
- # fulcro (93)
- # kaocha (20)
- # lambdaisland (2)
- # off-topic (40)
- # pathom (17)
- # pedestal (8)
- # quil (1)
- # re-frame (14)
- # reitit (19)
- # shadow-cljs (34)
- # sql (8)
- # tools-deps (6)
- # vim (1)
- # xtdb (8)
- # yada (18)
After upgrading to 0.5.7 from 0.5.3 my service is no longer working inside docker. I’m assuming it is related to the now mandatory-ish ::host
key in the services map. Did anybody else encounter this issue and if so, what value are you setting ::host
to?
I guess 0.0.0.0
works but it’s a little bit annoying having to special case running the service inside docker.
Hello everybody. I have a question: I have a Ring middleware which wraps the whole middleware chain in a DB transaction and rolls back in the end in case there was an exception? How does one do that in Pedestal with interceptors?
Hello everyone. I am trying to build a new vase application, but the template from lein seems to be quite old (2017) and doesn’t reference any of the fern updates. Is that something that can be fixed?
@U0PD452UA, it will be addressed with the next release. Timing of that is still TBD.
@U0FL657GR thank you