Eval Exec
Eval Exec
Sorry, the reproduce config file is too long, but it can realy reporduce it by `emacs -Q -l reproduce.el`
> > Hello, I get this issue too. And I have a minimal reproduce init.el and reproduce it by `emacs -Q -l reproduce.el`: > > I think you have this...
,I thinks the issue is related to "the overlay in the tail of the `{`": There are too flycheck's overlay: one after the `{`, another is above the `}`: ...
Could you retry after shutdown the lsp server?
I do `trace-function` to `sideline--align-right` It seems that sideline printed a `\n` newline char on the right? ``` ====================================================================== 1 -> (sideline--align-right #("consider returning the local binding `n`: `\n n\n`"...
> Hi @eval-exec, thanks for the report. > > I use cider-doc quite often and haven't experienced that. > > Are you aware that the ns form where the `string`...
Wow, I just try `cider-doc` on `join`, it works as expected, I don't know why. :smile:
I think the documentation is wrong, it should be: ``` /// The length of `dst` must be at least `src.len() / 2`. ```