TimKam / atomic-vale

a vale linter plugin for Atom
MIT License
6 stars 2 forks source link

Win10 Vale not working in Atom via atomic-vale #21

Open gammacray opened 4 years ago

gammacray commented 4 years ago

I've got Vale running fine via CLI. It's in PATH and the INI is where I need it. Styles are in place. I've tried every variation I can think of to get atomic-vale to see Vale in PATH, and nothing happens. No errors, nothing. I've uninstalled/reinstalled linter et al, I've messed with syntax. I'm at a loss. Anything you can advise me with, I'm all ears. I've been at this way too long today. : )

Thanks!

TimKam commented 4 years ago

Sorry, I don't use Windows. Can you copy example output you get from vale and post it here? Then I can at least check if it is an obvious parsing issue.

gammacray commented 4 years ago

Hi there, sorry it took me so long to reply. For several reasons, I spent the last week moving back to Linux to do my writing (Atom is a slog in windows), and I've got atomic-vale running perfectly in Linux.

I still can't account for why atomic-vale didn't recognize vale in Windows. As mentioned, everything was configured and in PATH as expected, and working fine in CLI. If you'd like, I could attempt to diagnose next time I'm in Windows but I can't say when that will be.

For reference, the newer versions of vale 2+ include a --debug command. In windows, I had no errors after a bit of configuring the .ini properly. As far as I can tell, everything was set up proper there. It just seemed that atomic-vale wasn't able to call or even see Vale. I received no input from Atom at all, via atomic-vale.

Thanks for your work on this package. It's awesome.

brest-amzn commented 4 years ago

I am having the same problem. I have installed everything as per your instructions, however, it just does not work in Atom. There are no errors, warnings or any indication that anything is wrong. Vale works from the command line as expected. Vale also works in Atom if I install Vale server. However, I wanted to compare your implementation to see if it is faster.

gammacray commented 4 years ago

I've long since switched over to Linux and I have atomic-vale working perfectly. I can absolutely say that it's way faster than vale-server. It parses documents of up to 10 thousand words with very little overhead.

I never could find an error or any kind of indication about how to get atomic-vale working in windows. It was one of the reasons I switched back to linux after a long hiatus from it. Never looked back.

Good luck.

Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, 14 May 2020 16:34, brest-amzn notifications@github.com wrote:

I am having the same problem. I have installed everything as per your instructions, however, it just does not work in Atom. There are no errors, warnings or any indication that anything is wrong. Vale works from the command line as expected. Vale also works in Atom if I install Vale server. However, I wanted to compare your implementation to see if it is faster.

  • Windows 10 64 bit
  • Atom 1.46

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

dylan-k commented 4 years ago

Any progress here? Are there any Windows users for whom this package does work? If so, how did you set it up?