avli

Results 40 comments of avli

@bling I can confirm the fzf output is not rendered properly sometimes. But I believe something is wrong with different color themes support. For example, with the default color theme...

@khalidchawtany I'm afraid Emacs colour theme reenable the box when been loaded and overwrites your customisations. I think, the most obvious way to fix the issue is to edit theme...

@sanford1 Good point, thank you! Unfortunately this trick doesn't fix issue with term/fzf. I believe, the issue is somewhere deeper in Emacs core.

@sanford1 I've just discovered your suggestion about `defadvice` works for me when the only `fzf` argument is `-x`. But setting `-x --color=no` breaks the output.

Correct me if I wrong, but I believe it's Emacs or Emacs term bug not fzf. Probably, it would be wiser to write bug report to Emacs developers?

Thank you very much for the explanation!

After reading [recent feedback](https://marketplace.visualstudio.com/items?itemName=avli.clojure&ssr=false#review-details) on the VSCode Marketplace, I think this feature should be implemented as follows: 1. There should be a "Clojure: Open REPL" action available through the command...

Since the version 0.9.5 there is the nREPL output channel (ctrl-` -> output -> nREPL) that shows any errors that come from nREPL. Could you try again and post the...

Hi @sr3d, A few questions. Have the completions worked before for your project? Could you share the ClojureScript related parts of `project.clj`? Do you follow the instructions from the [ClojureScript...

Hello @hasufell, Am I right that it's a ClojureScript project? If so, I'm afraid that the extension has only limited support of ClojureScript. Have you tried the instructions from [this...