bfredl
bfredl
It will simplify our code immensely if we can assume only UTF-8 supporting runtimes moving forward. But the idea is that the MYS2 people will take care of it, and...
Resolution: support for MinGW will _not_ be dropped for 0.9. For our future plans in 0.10 and later discussion continues in #22534
> It works in jupyter. You mean jupyter notebook? We need something that can display an svg image. I can imagine adding a handler that writes images to a temporary...
I am working through all the reported regressions from #18375 .
@echasnovski how is stdin `local stdin = vim.loop.new_pipe()` being used ? It seems nvim gets stuck trying to read stdin as a file. If it is not used at all,...
you could immediately close stdin after spawning as well.
this approach is expected to work in the long-term. But in addition, we want to simplify this use case by allow stdin from `vim.loop.spawn` to be used for RPC directly...
Should be a minor improvement. Just need to update the failing test to the new value.
If you enable both, what happens? does supertab overwrite the suggestion list that nvim-ipy provides?
It should be doable. The problem is that `(IPy-Complete)` is async, so it might not work to just tell SupterTab to use it. "Worst case" would be to just implement...