This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-28
Channels
- # aleph (10)
- # announcements (1)
- # aws-lambda (1)
- # beginners (162)
- # calva (81)
- # chlorine-clover (2)
- # cider (18)
- # clj-kondo (2)
- # cljs-dev (1)
- # cljsrn (12)
- # clojure (64)
- # clojure-australia (6)
- # clojure-europe (13)
- # clojure-nl (3)
- # clojure-sweden (26)
- # clojure-uk (36)
- # clojurescript (45)
- # community-development (10)
- # conjure (16)
- # core-logic (4)
- # cursive (6)
- # datascript (1)
- # emacs (1)
- # events (2)
- # fulcro (87)
- # girouette (5)
- # honeysql (4)
- # hoplon (3)
- # hugsql (3)
- # leiningen (8)
- # malli (18)
- # off-topic (33)
- # pathom (14)
- # reitit (5)
- # remote-jobs (1)
- # reveal (1)
- # shadow-cljs (50)
- # sql (3)
- # startup-in-a-month (1)
- # vim (5)
- # xtdb (30)
#girouette2021-01-28
>
@raphaelsaunier I need to merge https://github.com/green-coder/girouette/pull/33 so I can start https://github.com/green-coder/girouette/issues/34
Your review will be more valuable on the issue 34, I think.
Hi Vincent! #33 looked good to me the first time I skimmed though it earlier this week; unfortunately I didn't get the time to do a more thorough review to find some things to comment on… but I see you already merged it! 👍
I started a PR for the issue 34 this morning. I think I can finish it tomorrow, early in the morning. I am going to push what I have so far.
TIL:
(conj {:a 1 :b 2} {:c 3 :d 4})
=> {:a 1, :b 2, :c 3, :d 4}