Tom Vaughan
Tom Vaughan
I pushed up an additional change that updates the built-in checkers. Sorry, I shouldn't have submitted the pull-request without this. I was distracted by the odd test failures and forgot...
@Blade6570 Do you mean tests passed? Provided I understand the issue correctly, the file name of the buffer must also be localized.
I believe this applies to https://github.com/flycheck/flycheck/issues/1777 as well. In `flycheck-checker-shell-command` this: (concat command " < " (shell-quote-argument (buffer-file-name))) should look something like: (concat command " < " (shell-quote-argument (file-remote-p (buffer-file-name)...
Awesome. Thank you @albinus. This is exactly the sort of feedback I was fishing for
Please see https://github.com/flycheck/flycheck/pull/1842
> Is anyone able to verify and merge #1842? @xelibrion I've been using this daily since I posted the pull-request and everything seems to work ok. The tests pass for...
I needed this recently so I took the opportunity to rebase this on top of the latest upstream, plus add the changes by @yfyyfy to fix the stylelint tests. With...
@jcs090218 I added the flycheck- prefix as requested. Please let me know if you'd like me to make any other changes. Thanks for taking the time to look this over
> Or should I tackle this another way? Like start the ring server in the nrepl in Emacs? This is the answer, as @MichaelBlume says above too. PS - I...
Hi @and-semakin , I see in the change history above you retargeted this pull-request for master and then switched it back to v0.6. What, if anything, do you need me...