This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-10
Channels
- # beginners (6)
- # calva (1)
- # cider (17)
- # clj-kondo (10)
- # clojure (4)
- # clojure-austin (3)
- # clojure-spec (3)
- # clojurescript (40)
- # clojurex (17)
- # core-async (10)
- # cursive (1)
- # data-science (2)
- # datomic (15)
- # emacs (10)
- # fulcro (15)
- # funcool (1)
- # graalvm (15)
- # joker (3)
- # nrepl (34)
- # off-topic (10)
- # pedestal (3)
- # rewrite-clj (6)
- # spacemacs (5)
- # sql (11)
Sure, it’s not an either/or: discussions on Reddit seem to have different dynamics than chat. I’d say just give it a try: invite people there, point to the stream, specific topics and see if you can gather a nice crowd and accumulate content/experiences!
sure, I'll give it a try 🙂
@tony.kay Having Fulcro 3.0.8 in my deps breaks buttons in awkay/workspaces. Only the second character of the intended label is rendered and the buttons don't seem to work. (see picture) With fulcro 3.0.6 everything is fine.
Thank you. Seems like I am too slow to keep up with the updates.
I wish I could retract Slack mentions so that Tony doesn't get bothered with already fixed stuff. 😅
You can edit and remove the mention if you like. Under "...", which is "More actions", then "Edit message".
clojure -Sdeps '{:deps {olical/depot {:mvn/version \"1.8.4\"}}}' -m depot.outdated.main --update
in {:query ['*]}
what do '*
stand for?
It pulls in all the attributes. https://docs.datomic.com/on-prem/pull.html#wildcard-specifications
