This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-22
Channels
- # announcements (1)
- # aws (4)
- # beginners (73)
- # bristol-clojurians (1)
- # calva (7)
- # cider (5)
- # cljs-dev (11)
- # cljsrn (3)
- # clojure (30)
- # clojure-europe (24)
- # clojure-italy (2)
- # clojure-nl (3)
- # clojure-spec (7)
- # clojure-uk (69)
- # clojurescript (109)
- # cursive (21)
- # datascript (1)
- # datomic (72)
- # events (1)
- # fulcro (5)
- # graalvm (2)
- # helix (12)
- # hoplon (12)
- # jobs (2)
- # juxt (2)
- # kaocha (7)
- # keechma (1)
- # lambdaisland (5)
- # meander (18)
- # off-topic (52)
- # pathom (9)
- # re-frame (18)
- # reagent (5)
- # reitit (7)
- # sci (6)
- # shadow-cljs (76)
- # sql (9)
- # testing (4)
- # tools-deps (14)
- # xtdb (28)
According to the Belgian corona virus web site: "Do you feel angry, stressed, anxious or depressed? This is normal."
morning
@raymcdermott is that generally normal, or just normal during the "current crisis"?
I was thinking today that my capacity to deal with things has been diminished, but I don't think that is true any more.
I think my capacity has increased considerably, but we're just dealing w/ 2-4x the normal amount of crises atm
hi borkdude! we (at work) were just talking about something that could be added to clj-kondo (I can always create an issue). Wouldn't it be nice to have parameters for (format ...) (log/infof ) (log/errorf ...) etc checked for presence of proper % patterns in the string argument?
@otfrom yeah, during covid. Although this is Belgium so maybe it's a ploy for more sales of chocolate, waffles and beer
haha yes, we are now obliged to go to the frituur 3 x per week
though maybe that's why R is > 1 again
@mpenet I'm looking into that now. It requires parsing of the format string, it's slightly more complicated than just looking at the number of percent signs, since indexes may also be used, but it seems doable
ok, made the issue here: https://github.com/borkdude/clj-kondo/issues/938