@equalsraf

Results 163 comments of @equalsraf

I'm no longer a mac user. What is difference when compared with the usual brew install?

If I'm reading the docs correctly, this is meant as way to install binary files (dmg), so the cask consists of a url to the dmg installer and a hash....

This is proving to be a challenge since I no longer have a working windows machine. It is probably easier to enable the neovim-qt native clipboard in your settings by...

The reason why the PR was not merged at the time was because one of the tests was failing e.g. https://ci.appveyor.com/project/equalsraf/win32yank/builds/44095635/job/0qnt0s68ckhlnasr

Hard to be sure, since there is some locking involved. For anecdotal evidence I wrote a couple of tests here to measure time - get_clipboard() took between 38-60μs - set_clipboard()...

Indeed, in nvim I think the process output is utf8 (i.e. the win32yank input) - in your case I would assume it is utf16. Maybe we can use OsString for...

It is a bit trickier than that. These are the cases I am aware of First, the one you mentioned happens because `ö` uses whichever codepage the console is using....

Actually any help with that would be welcome. We went through this issue in https://github.com/equalsraf/vim-qt/pull/12. Sadly I forgot to add some code for event handling (patch in https://github.com/equalsraf/vim-qt/pull/12#issuecomment-331090969), that should...

There are a couple of similar issues around in github https://github.com/Microsoft/BashOnWindows/issues/2011 Likely some code is trying to figure out its current directory and having issues with the unexpected path and/or...

@gglanzani trying to reproduce this on Windows, but I do not get that message with any of the following ``` win32yank.exe -o win32yank.exe -o --lf ``` I just updated windows...