Fork me on GitHub
#clojurescript
<
2022-06-22
>
dnolen13:06:02

the config must be coming from somewhere, but then you must have defaults if some config is not supplied, i.e. (parse-boolean (get (merge config defaults) :DEBUG)) is all I'm saying

dnolen13:06:22

then you don't need to explicitly handle nil or a default to get

dnolen13:06:54

(-> config (merge defaults) :DEBUG parse-boolean) less parens

genRaiy13:06:12

nice .... but please don't tell me you dislike parens now ๐Ÿ˜‰

๐Ÿ˜‚ 4
dnolen16:06:18

@jrychter btw @tonsky submitted a patch for the regression you found, please try master, if it works for you then will cut a release

Chris G17:06:43

hello all ๐Ÿ‘‹ i have a question for those who are familiar with shadow-cljs ๐Ÿงต

dnolen17:06:58

@cguerrero1118 there's actually a dedicated #shadow-cljs channel ๐Ÿ™‚ but you can ask here too

Chris G17:06:25

ah even better, ill post my question there, thanks!