Jimmy Yuen Ho Wong
Jimmy Yuen Ho Wong
[lsp-jedi](https://github.com/fredcamps/lsp-jedi) has this built-in
Already switched :)
Obviously not, `yarn eslint_d` isn't an executable lol. It's an executable with one argument. In the code, there is a `file-executable-p` and `executable-find`, and there's no way to supply custom...
I'm using straight up eslint lint with https://github.com/purcell/reformatter.el for now
I see your point. The problem is, there's only `flycheck-display-errors-function`, but not a `flycheck-clear-displayed-errors-function`, so all of the `flycheck-display-errors-function` in the world such as `flycheck-postip`, `flycheck-posframe`, `flycheck-inline` etc will ever...
Ok I've introduced a `flycheck-clear-displayed-errors-function` variable. Let me know what you think. `flycheck-display-error-at-point` will now call it if there are no errors to display.
After playing around with this implementation for a while, I'm quite satisfied with it. An additional benefits to this simple API is now I can finally get the error message...
Take your time!
@cpitclaudel have you had a chance to test this out?
Let's just drop Emacs 24 altogether, or better yet, Emacs 25 too. The latest Ubuntu LTS still supported is 18.04, which comes with Emacs 25. Support will end next year,...