Volodymyr Anokhin
Volodymyr Anokhin
Instead of having extra-configuration or extra user input every time you start cider-jack-in why not to create something like **cider-jack-in-bb**?
@bbatsov I agree, but making jack-in process longer and requiring user input is a bit worrying. Actually worrying me a lot! And it wouldn't be easy to pre-configure destination, as...
`A payload within a GET request message has no defined semantics; sending a payload body on a GET request might cause some existing implementations to reject the request. The response...

I guess this is pretty much same as https://github.com/doomemacs/doomemacs/issues/6296 (still open)
Yes it seems to be related to wrong format (extra spaces) — but it becomes structural problem, you may see how new function on first gif gets `(if (> a...
I have `lsp-enable-indentation` set to nil. I'll reproduce and will add log-client server to the issue.
log-client server ``` [Trace - 01:58:40 PM] Sending request 'workspace/executeCommand - (4121)'. Params: { "command": "extract-function", "arguments": [ "file:///Users/va/tmp/test-lsp-parinfer.clj", 2, 10, "new-function" ] } [Trace - 01:58:40 PM] Received request...
Both smart and indent modes of parinfer depend on indentation (in the sense they auto-slurp or auto-barf the current sexp depending on how many extra-spaces prepend it). So my proposal...
Initial position of what? I dont think that extract function should depend on initial position of sexp being extracted, as well as initial position of defn sexp seems to be...