This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-20
Channels
- # adventofcode (1)
- # announcements (2)
- # babashka (81)
- # beginners (33)
- # calva (11)
- # circleci (4)
- # clj-commons (3)
- # cljdoc (7)
- # clojars (5)
- # clojure (21)
- # clojure-europe (5)
- # clojure-japan (1)
- # clojure-norway (27)
- # clojurescript (24)
- # emacs (11)
- # events (5)
- # fulcro (14)
- # lsp (40)
- # malli (9)
- # nbb (1)
- # off-topic (5)
- # portal (4)
- # reitit (8)
- # scittle (9)
- # shadow-cljs (14)
- # spacemacs (3)
- # tools-deps (3)
is there a way to require namespace a.b.c.d and alias it as c.d? i'd like to have something like
(:require [a.b
[c.d]
[e.f]])
but I don't want to break compatibility with regular CLJS, so I won't add them until they do
would you be okay with adding a warning in shadow-css if it runs into :content ""
? this will emit css content: ;
which seems to be invalid. the "correct" way to write it in shadow-css would be :content "\"\""
but this is too easy to forget.