This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-21
Channels
- # announcements (26)
- # babashka (115)
- # babashka-sci-dev (5)
- # beginners (48)
- # calva (69)
- # cider (4)
- # clj-commons (11)
- # clj-kondo (1)
- # cljfx (29)
- # clojure (109)
- # clojure-art (1)
- # clojure-czech (1)
- # clojure-europe (33)
- # clojure-nl (1)
- # clojure-nlp (3)
- # clojure-norway (7)
- # clojure-uk (1)
- # clojurescript (63)
- # clr (1)
- # data-science (41)
- # datalevin (1)
- # datomic (11)
- # emacs (58)
- # etaoin (11)
- # figwheel-main (1)
- # fulcro (5)
- # google-cloud (12)
- # helix (2)
- # honeysql (21)
- # hyperfiddle (22)
- # joyride (53)
- # malli (52)
- # off-topic (27)
- # portal (4)
- # re-frame (19)
- # releases (3)
- # ring-swagger (5)
- # xtdb (30)
Few more updates: fulcro-native Readme update to not confuse people with expo-40 file version https://github.com/fulcrologic/fulcro-native/pull/11 fulcro-native-template: Using the newest fulcro-native version (important) https://github.com/fulcrologic/fulcro-native-template/pull/55 Add an example with cached fonts/images. https://github.com/fulcrologic/fulcro-native-template/pull/56
Some beginner-like question but I can't figure it out somehow... I want to use "defquery-root" for defining an autocomplete search query server-side but how do I really use it? If I just write (defquery-root ...) clj-kondo says that its an unresolved symbol
I see that fulcro has a config for clj-kondo:
https://github.com/fulcrologic/fulcro/blob/main/src/clj-kondo/clj-kondo.exports/com.fulcrologic/fulcro/config.edn
but perhaps this defquery-root
is not covered there? cc @U0522TWDA