This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-20
Channels
- # admin-announcements (1)
- # announcements (1)
- # beginners (115)
- # calva (31)
- # cider (25)
- # clj-kondo (47)
- # cljdoc (23)
- # cljs-dev (5)
- # clojars (1)
- # clojure (60)
- # clojure-australia (1)
- # clojure-europe (23)
- # clojure-nl (3)
- # clojure-norway (2)
- # clojure-spec (3)
- # clojure-uk (18)
- # clojurescript (49)
- # community-development (1)
- # cursive (4)
- # datahike (2)
- # datascript (3)
- # datomic (36)
- # deps-new (2)
- # emacs (2)
- # events (9)
- # fulcro (6)
- # graphql (2)
- # gratitude (13)
- # holy-lambda (1)
- # introduce-yourself (10)
- # macro (2)
- # malli (5)
- # meander (9)
- # news-and-articles (5)
- # nextjournal (1)
- # off-topic (32)
- # pathom (17)
- # pedestal (13)
- # polylith (4)
- # protojure (4)
- # reagent (4)
- # sci (27)
- # shadow-cljs (2)
- # show-and-tell (2)
- # specter (3)
- # tools-deps (7)
- # xtdb (16)
Hi guys, anyone getting the same error for CIDER's company completion previews? I wasn't getting this error before. Not sure what changed
Oh, I can try removing the icons. Do you mind linking me that commit @bozhidar?
Actually, could it be the fact that I don't have cider-nrepl
running in my server?
I had to disable it because it was causing my AWS t2.small instance to use up 100% CPU constantly
They used to work for me, when I used company (icons and all). It looks like you’re using Doom. It may have changed since I last used it, but I think I needed (company +childframe)
in my ~/.doom.d/config.el
get get previws.
Yep I've got that too
I can also try rolling back CIDER to an older commit
To clarify, the commit you linked @bozhidar adds these right?
> Actually, could it be the fact that I don't have cider-nrepl running in my server?
Depends on the version of nREPL you're using. Newer versions of nREPL offer some built-in completion that should work more or less the same, but you might have hit some edge case with that completion system.
Oh, weird. I rolled back CIDER but still have those icons :thinking_face: Ah thanks, good to know. I'll try out the newest nREPL
BTW, found out that it is indeed because I don't have cider-nrepl
installed
Hmm, that's weird. I wonder if the docstring is missing from the nREPL response. Hard to tell without the full backtrace, though.
The backtrace disappears when I move my mouse/press a key. Is this screenshot helpful?
Oh right. I tried it out nonetheless and got this:
(-->
id "35"
op "lookup"
session "80f17f7f-6dbd-49e6-9b01-6e7669cf6cfe"
time-stamp "2021-08-21 03:12:31.431575916"
ns #("integration.eventbrite" 0 22 (fontified nil help-echo cider--help-echo cider-locals nil cider-block-dynamic-font-lock t face font-lock-type-face))
sym #("taoensso.timbre/*context*" 0 1 (type "var" ns nil))
)
Oh right. Weird, seems to all work fine when cider-nrepl
is installed for me 🙂