This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-22
Channels
- # announcements (18)
- # babashka (9)
- # beginners (22)
- # biff (2)
- # calva (17)
- # clj-kondo (5)
- # clojure (9)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-uk (7)
- # clojuredesign-podcast (6)
- # clojurescript (61)
- # cursive (11)
- # data-science (1)
- # datahike (3)
- # datomic (2)
- # humbleui (2)
- # hyperfiddle (7)
- # jobs (1)
- # jobs-discuss (4)
- # joyride (1)
- # overtone (7)
- # re-frame (2)
- # reitit (9)
- # releases (2)
- # remote-jobs (8)
- # scittle (1)
- # shadow-cljs (48)
- # squint (8)
maybe I'm missing something obvious but is there a way with reitit & spec to have the request / response keys as camelCase
but spec'd keys as kebeb-case
? We are making all of our specs camelCase now and it's not good.
ha - nice! Thanks @U11EL3P9U
(as a side note I'm now rolling my own code for similar purposes because I've stepped on way too many way too painful performance landmines with csk)
thanks @UAEH11THP... in this case, it's just a swagger thing so not performance critical
👍 1