Bozhidar Batsov

Results 1740 comments of Bozhidar Batsov

I was just thinking about this myself (for RuboCop) and there it made most sense to have the top-level take precedence (just because you can have it's configuration at every...

> I like the concept, but so far uptake is kind of weak. Looking at a couple of my own projects only a small fraction of tooling is supported. I...

> What do you think about making it identical to the latest official cheatsheet, so it will be easier to maintain in the future? If you want to keep the...

> Yeah, probably the author based it on the official cheatsheet, but changed the structure a little. So, to be sure, would it be better to add the changes from...

That’s one super weird bug! Thanks for reporting it!

More context here https://github.com/clojure-emacs/cider/issues/3219 Basically we had a fix, but I had to make it "optional" because it degraded the performance quite a lot for some people.

Does this work if you disable the output redirection? (see https://docs.cider.mx/cider/usage/code_evaluation.html#change-the-output-destination) ``` (setq cider-redirect-server-output-to-repl nil) ```

Must be some weird interaction with the `out` middleware then. (which I guessed from the stacktrace)

> @bbatsov: wondering if this cider-locals code (which presumably will never be perfect - hard problem to tackle with Elisp) could be replaced with a simpler approach, namely regarding any...

I guess that's still waiting for feedback, right?