Arminius
Arminius
@Shougo Yep. Installation of Python plugins (and registering their handlers) otherwise works fine. You should be able to reproduce the bug with a minimal config using only these three plugins:...
Many shaky race conditions have been fixed in Neovim since, so chances are this bug might be gone. @balta2ar @lkhphuc Can you still reproduce? Otherwise, I think this can be...
@bfredl Thanks for the quick follow-up. I'm sorry, you're absolutely right. The code does indeed work. In fact, I'm making that call from a thread. In that case, is my...
I experienced that with a call to `nvim.eval` in the constructor the plugin would not be discovered anymore by `:UpdateRemotePlugins` - which seems to be rooted in the same problem....
You need Firefox Developer or Nightly to run the extension because it bundles unsupported APIs ("API experiments"). Have a look at the README for the requirements.
> You mean firefox release won't allow it even as a temporary addon? I believe so. You may need to dig around in the source code to see where exactly...
Thanks for looking into this, and great you found a solution! I find fiddling with installation files a little awkward and potentially prone to new issues, so I'd rather want...
> I'd like to ask - it's unlikely to get it to install in newer FF releases, right, since it's (and will remain) unsigned? Or will it get signed once...
Good to know! But is this something people actually need? The large version gap between latest and ESR means that I need to be more careful with updating and throwing...
> 4. grow/shrink the window You're probably growing/shrinking the window on the horizontal axis, not on the vertical one. `reset size()` only resets on the orientation of the current window...