Results 55 comments of didibus

Ok, I see, so you wouldn't be able to call the function without the hooks being a a part of it anymore. So there shouldn't be any Clojure specific corner...

If I follow the clojupyter install info, by cloning and running make; make install. And then start jupyter lab, I don't get this problem. So it seems unique to lein-jupyter.

> In the meantime, you could be unblocked by using IonObjectMapper.writeValueAsIonValue to output to an IonValue and then pretty-print that value using the IonWriter methods referenced in the link I...

`company-indent-or-complete-common` doesn't take the same argument as `indent-for-tab-command` which means I can't use it as a fallback for `adjust-parens-fallback-dedent-function` when using adjust-parens, as it assumes to fallback to a function...

That's what I did, but I'm assuming indent-for-tab-command does something with the arg, otherwise why does it take one? Not sure if it makes sense for company-indent-or-complete to also do...

Actually, the issue was that, since I was starting Emacs in WSL2 with a windows shortcut, the working dir of Emacs was `/mnt/c/Windows/System32` and the `default-directory` of the buffer was...

Having an option prompt would be great. I don't always want it to be Babashka, I'd want to pick which one.

There could be a `cider-jack-in-dialect` or `cider-jack-in-prompt` (or whatever better name you can think of) that prompts for the dialect to jack-into. That way the standard jack-in can remain ClojureJVM....

Got the same issue, removing the folder and restarting fixed it as well.

Hum, tried it a little, and it does seem to fix it. I'll try it some more and confirm.