tbodt
tbodt
To reproduce: Start Neovim with NVIM_PYTHON_LOG_FILE set, and run these commands: ``` py3 async def foo(): vim.out_write('testing') py3 import asyncio, vim; asyncio.ensure_future(foo()) ``` Then look in the python log file...
Minimal repro: ```py import neovim @neovim.plugin class Test: def __init__(self, nvim): nvim.call('strlen', 'test') @neovim.function('TestFunc', sync=True) def test_func(self): pass ``` Place this in `rplugin/python3/test.py`, run `:UpdateRemotePlugins`, and then `:call TestFunc()`. You'll...
What I want to do is use `await` in a method with `@neovim.function(sync=True)`. This is currently completely impossible because the only way to go back to the loop is to...
It seems to me that defaulting to security enabled rather than disabled is a good idea.
This PR stabilizes the std::backtrace module. As of #99431, the std::Error::backtrace item has been removed, and so the rest of the backtrace feature is set to be stabilized. Previous discussion...
According to strace, dex2jar outputs into a file in the current directory, which is then moved into ~/.Bytecode-Viewer, but the move fails if the current directory is not on the...
With no license, nobody is legally allowed to run this code. If you're not sure which license to use, check out https://choosealicense.com. @joepestro
There is currently no way to specify custom include paths or defines with the C and C++ makers, which is necessary to make my project build properly. clang_complete uses a...
The current iSH home screen icon is not that nice looking. I'm bad at designing icons, so I thought I'd see if any users have good ideas. I'm also bad...
Would be nice to have something below the donation button saying like "Enough donations have been received to keep the server running for x more months"