Justin M. Keyes
Justin M. Keyes
@devth workaround is to find out what is resizing your screen when you sleep your laptop. That doesn't happen on my macbook, and it shouldn't happen.
Never happens for me, I connect/disconnect external monitors every day. I suspect a plugin or oh-my-zsh or some other thing smushing things around.
So do I.
related: https://github.com/neovim/neovim/issues/2514
This definitely looks like a good starting point, something we can build on. We probably want to avoid the opts.error flag though (or at least wait until a later PR...
Merged to unblock. Can iterate in another PR. Thanks for your careful attention here! I wrote a Problem/Solution in the commit message. Providing that helps get things merged faster, since...
> I run the command `:call health#check()` and get error `E117`. Why are you doing this? If you run the command `:call foo#bar()` you will also get an error, because...
Ok, https://github.com/neovim/neovim/pull/33183 fixes that.
> I am not sure what magic libuv does behind the curtain though. Explained [here](https://github.com/neovim/neovim/commit/8d90171f8be6b92d7186ca84c42a0e07c2c71908). Summary: We *always* need `setsid`, thus we always need `detach=true`, thus Nvim must actively kill...
Can't find a reference about this. https://stackoverflow.com/a/19550081/152142 indicates that there is no spec for this. If this was supported, then "#" could not be used in setting values (unless it...