This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-08
Channels
- # adventofcode (9)
- # announcements (5)
- # babashka (3)
- # beginners (46)
- # calva (21)
- # cider (15)
- # clj-kondo (20)
- # cljs-dev (57)
- # cljsrn (10)
- # clojure (147)
- # clojure-dev (6)
- # clojure-europe (3)
- # clojure-france (2)
- # clojure-italy (8)
- # clojure-nl (18)
- # clojure-norway (5)
- # clojure-spec (16)
- # clojure-uk (63)
- # clojuredesign-podcast (7)
- # clojurescript (65)
- # clojurex (42)
- # cursive (12)
- # datomic (10)
- # fulcro (47)
- # graalvm (102)
- # graphql (2)
- # jobs (5)
- # joker (12)
- # off-topic (33)
- # pedestal (6)
- # re-frame (6)
- # reagent (8)
- # reitit (6)
- # remote-jobs (4)
- # rewrite-clj (10)
- # shadow-cljs (86)
- # sql (45)
- # testing (4)
- # tools-deps (43)
- # vim (8)
- # xtdb (3)
@cfleming "Wallaby, which is amazing" it really is astounding. "I would like to provide it" is there a roadmap or do you have a ETA on it being implemented?
Not sure if this is a question for datomic channel or not - but when requiring namespaces from datomic ions:
[datomic.ion.cast :as cast]
and [datomic.ion.lambda.api-gateway :as apigw]
, when using vars in those namespaces such as apigw/ionize
, cursive highlights the symbol with "cannot be resolved".
Anyone know a fix for this?
looks like not many ppl are using ions here.
im also just an on-prem user atm, but everything in datomic.api
resolves for me.
i was prompted to generate stubs and afterwards everything was resolving, though not instantly.
it took about half a minute for the resolution errors to disappear in some of my already opened files.
Thanks for the reply - I figured stubs generation would be the thing, but it wasn't popping up. Do you know a way to trigger stubs generation manually?
Currently this is only supported for a hard-coded list of namespaces for projects which are known to be problematic.
@U051V5LLP That’s right, but both namespaces you’re using are on that list. If you refresh your lein/deps project in the relevant toolwindow you should be prompted again to create the stubs.