This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-07
Channels
- # babashka (31)
- # babashka-sci-dev (10)
- # beginners (64)
- # biff (11)
- # clerk (5)
- # cljdoc (2)
- # clojure (84)
- # clojure-boston (3)
- # clojure-conj (2)
- # clojure-europe (11)
- # data-science (19)
- # datomic (118)
- # fulcro (3)
- # graalvm (3)
- # hoplon (6)
- # inf-clojure (146)
- # instaparse (5)
- # lsp (13)
- # malli (3)
- # off-topic (13)
- # pedestal (5)
- # proletarian (5)
- # re-frame (14)
- # reitit (12)
- # releases (1)
- # ring (19)
- # scittle (2)
- # shadow-cljs (155)
- # slack-help (3)
morning
maaning
i have a day to do some open-source! starting with this : https://github.com/mccraigmccraig/deepstate - nothing to see there yet but the fabulous name, courtesy of @borkdude 😀
well i was doing quite well, and got deepstate packaged on clojars and and on http://cljdoc.org , and was putting an example together, but then i went and forgot that CORS would stop me making an example which actually hits the web and wasted time :man-facepalming:, so i'll have to go back and rework https://github.com/lilactown/helix-todo-mvc or something
I see your repo has a .clj-kondo/config.edn
and it contains configs for promesa and malli.
If you run:
clj-kondo --lint $(clojure -Spath) --dependencies --copy-configs --skip-lint
it will actually copy the bundled configs fr promesa and malli and copy it to your config folder and you can remove your own configs for themoh, that is very handy - thanks @borkdude