This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-06
Channels
- # announcements (16)
- # aws (9)
- # babashka (76)
- # beginners (92)
- # boot (1)
- # cider (18)
- # clara (7)
- # clj-kondo (26)
- # clojure (104)
- # clojure-europe (4)
- # clojure-nl (11)
- # clojure-spec (11)
- # clojure-survey (101)
- # clojure-uk (35)
- # clojuredesign-podcast (18)
- # clojurescript (8)
- # core-async (29)
- # data-science (1)
- # datomic (13)
- # emacs (4)
- # fulcro (20)
- # graalvm (14)
- # instaparse (2)
- # jobs (1)
- # juxt (6)
- # malli (5)
- # off-topic (30)
- # onyx (3)
- # planck (1)
- # project-updates (7)
- # re-frame (38)
- # reagent (30)
- # reitit (14)
- # remote-jobs (2)
- # shadow-cljs (50)
- # sql (8)
Has anyone a clj-kondo config that deals with defmutation
?
Since action, remote, ... aren't fully qualified, I can't use the :lint-as option to lint as fn
@mroerni You can configure clj-kondo to ignore specific symbols inside a call to defmutation in the :unresolved-symbol
linter
I did this, but then I get the error about the unresolved parameters. Is there a way to skip these?
(action [{:keys [state app]}]
... ^ ^ unresolved
Do you mean adding state, app,... to the unresolved-symbol list? Or is there a way to specfiy "Ignore this, in the scope of that" ?
yes: > To exclude all symbols in calls to riemann.streams/streams write :exclude [(riemann.streams/streams)], without the vector.
Thanks a lot!
@mroerni how’s clj-kondo working for you?
i’ve been waiting for a good cross-platform clj/cljs/cljc linter, seems like this one might be it
@U09FEH8GN to be honest I just installed it yesterday, so my experience is quite limited. (To get going was easy and you have direct highlighting in the IntelliJ Editor.) I am not satisfied with the linting of cursive, so I am trying something new.
ah i see, thanks
I am using the fulcro-master-template as a starting point for my SPA, but Fulcro Inspect (which I have installed) returns no app connected
. Any suggestions?
I had the problem that I had to allow chrome to use 3rd party cookies. Don't know if this is still a problem.
@hadilsabbagh18 I’ve seen that once…I have no idea why it was happening. I think I fixed it by reinstalling the inspect plugin and restarting chrome.
any examples of using SSR? I found https://github.com/fulcrologic/fulcro-template/tree/ssr
hmm, seems like it's not functional.
got: java.lang.Exception: Not supported: class app.ui.root$eval41178$query_STAR___41179
when going to localhost:3000