This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-01
Channels
- # announcements (4)
- # aws (1)
- # beginners (60)
- # calva (10)
- # cider (21)
- # clj-kondo (38)
- # cljdoc (1)
- # clojure (59)
- # clojure-austin (1)
- # clojure-conj (1)
- # clojure-europe (19)
- # clojure-italy (9)
- # clojure-nl (29)
- # clojure-spec (6)
- # clojure-uk (85)
- # clojurescript (54)
- # community-development (11)
- # core-async (2)
- # cursive (21)
- # data-science (4)
- # datomic (39)
- # events (2)
- # fulcro (48)
- # funcool (1)
- # graalvm (5)
- # jackdaw (9)
- # kaocha (17)
- # luminus (2)
- # off-topic (10)
- # parinfer (22)
- # quil (1)
- # re-frame (4)
- # reagent (29)
- # shadow-cljs (7)
- # sql (9)
- # tools-deps (31)
- # yada (1)
I updated a dependency to my deps.edn file and I have auto-import on, in libraries the dependency isn’t there and if I try to load the file that references the dependency, I get a file not found exception
The issue with orderEntry
reordering in iml
files has been fixed, right? At least, in the latest dev builds.
is there a way to deactivate clojuredocs
examples from showing up ? unfortunately the actual docs of some functions are not shown … only the examples :thinking_face:
@conan I don’t think there’s a way to do that manually, but central should be added by both build tools. Are you not seeing that? Do you see clojars?
Yes I have clojars but not maven. I can just add deps manually, the autocomplete is so nice though
@p-himik Maybe, since I changed how it worked. I’ll check the code and confirm that.
This is what I get if I try to get the documentation for second
. Unfortunately I have not been able to figure when does it work and when not 😕 …. therefore I was trying to deactivate clojuredocs and go back to the “old ways”
ClojureDocs won’t be causing the problem here, it doesn’t affect the actual retrieval of the docs.