This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-05
Channels
- # adventofcode (95)
- # announcements (3)
- # babashka (11)
- # beginners (39)
- # boot (19)
- # bristol-clojurians (1)
- # cider (32)
- # clj-kondo (39)
- # cljsrn (8)
- # clojure (156)
- # clojure-dev (35)
- # clojure-europe (4)
- # clojure-italy (15)
- # clojure-nl (28)
- # clojure-spec (43)
- # clojure-uk (153)
- # clojurescript (168)
- # core-async (13)
- # core-logic (11)
- # cryogen (4)
- # cursive (13)
- # datomic (26)
- # duct (3)
- # emacs (8)
- # fulcro (33)
- # garden (4)
- # graalvm (18)
- # graphql (4)
- # jobs-discuss (2)
- # kaocha (1)
- # leiningen (3)
- # malli (8)
- # off-topic (1)
- # pathom (7)
- # re-frame (21)
- # reagent (3)
- # rewrite-clj (1)
- # schema (4)
- # shadow-cljs (40)
- # sql (2)
- # uncomplicate (3)
Is there an easy option to get the re-com demo (https://re-com.day8.com.au/) locally? It doesn't appear to be part of the re-com repo SFAICS. Am I missing something?
Actually, from the README it seems like you could just run lein dev-auto
. But it doesn't work for me - the attempt to load the compiled JS file results in 404.
lein dev-once
didn't work because it just loaded the HTML file from the filesystem, and browsers generally don't run JS then.
Apologies for any inconvenience @U06BDH95J and thanks for highlighting this gap in the docs. I'll update the README.
@U0G75S29H absolutely no apologies necessary
Okay so what I really wanted to know was whether there was a way to have disabled choices in a [single-dropdown]
I want the user to know the option is potentially available, but not to be able to select it. Looking at the docs and now the source I don't see any such functionality.