This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-20
Channels
- # adventofcode (8)
- # aleph (2)
- # announcements (10)
- # aws (5)
- # aws-lambda (2)
- # babashka (23)
- # beginners (23)
- # biff (9)
- # calva (4)
- # cider (8)
- # clj-kondo (21)
- # clojure (77)
- # clojure-boston (1)
- # clojure-dev (50)
- # clojure-europe (36)
- # clojure-gamedev (3)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-spec (33)
- # clojure-uk (3)
- # clojurescript (22)
- # core-async (3)
- # cursive (10)
- # datahike (18)
- # datalevin (1)
- # datascript (9)
- # deps-new (21)
- # emacs (11)
- # events (1)
- # graphql (11)
- # guix (26)
- # java (7)
- # jobs (3)
- # lsp (12)
- # malli (6)
- # pathom (33)
- # pedestal (3)
- # polylith (15)
- # reagent (5)
- # releases (3)
- # remote-jobs (1)
- # scittle (9)
- # sql (27)
- # tools-build (9)
- # vim (7)
Finally took the time to release this one properly. I’d say I’m about 17% ashamed of it, which to me means it’s like the perfect time to throw it out there for people to scrutinize 🙂 From Malli’s point of view Muotti is a somewhat fancy value transformer. It’s originally made to fill a need I had and works well enough for me that I want to believe it’s useful for others as well 🤞
👍 6
2
https://github.com/metosin/malli/commit/92c64b4030102404b0e822cc43485f1de182e201 link to malli README 👍
🙏 2
@U8SFC8HLP related to "can provide default values for nils", does it have benefits over using mt/default-value-transformer
?