hey @volrath I'm seeing this weird thing where (without a repl running) every time I type a character or two, and pause, I get prompted to connect to a REPL by spiral. Could this be because the company backend is unable to complete and spiral has somehow hooked that?
or is it pain of my own making 😕
I haven't experience that, but what you are saying makes complete sense
if I remember correctly, I do not ask for connection when completing, but I'm not 100% sure
hmm
maybe try disabling spiral-mode (`M-x spiral-mode`) to see if the problem goes away
well it's not a huge deal, I'll just start a repl for now
I'll check on my side
also, should I be seeing eldoc in my minibuffer with a running repl?
(when point is in a function call in a clj buffer)
no, I haven't implemented eldoc yet
I just checked and I was able to reproduce the error you were describing
k, thanks, just so long as I haven't broken it by configuration 😄
thanks! I'll fix it in a couple of minutes
^ @j0ni that should do it
Thanks