-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attachment download stderr in Windows #507
Comments
I am not sure, but I think it has been fixed on |
I use pre-release I will try use the last one, |
Curious to know if |
Try attachment download command with stderr:
stdout:
If you need it, I can leave here |
Happy to hear that the last statically-linked builds work as expected on Windows. I finally took time to properly read your initial issue, which in fact is not really one. It is a common practice to write down logs to stderr, see for example
It prevents logs to interfeer with regular output. It also allow you to redirect logs to a file. I noticed that not all logs were actually written to stderr, this fix should land soon on That said, the Vim plugin should not treat them as error. It used to work, so maybe sth changed recently. I'm still in the process of releasing Himalaya CLI v1, as soon as it is ready I will take care of Emacs and Vim plugins. I let you know! |
Hi there! Big fan of himalaya here! I'm using himalaya, with himalaya-vim (neovim), in past few days and I'm enjoying a lot! But recently, in himalaya-vim, when downloading attachments, this always return error in himalaya-vim, but the files are being downloaded correctly. Checking the command for download attachments, I verify that the output messages of himalaya are being redirect to stderr. This is the command I made in cmd (Windows 7 and 10 too):
The messages output to stderr are info messages, like:
I think this could be send to stdout, not stderr.
I'm improving my english, so any feedback would be appreciated.
The text was updated successfully, but these errors were encountered: