Olivia Kinnear

Results 12 issues of Olivia Kinnear

This removes a space between the final word in the sentence *(`Hide/Show Package Manager names`)* and the following period for the `--package_managers` parameter description.

Due to the successful merge of https://github.com/Homebrew/homebrew-core/pull/105437, `licensor` is now a part of `homebrew/core` and can now be installed by running: ```shell brew install licensor ``` This pull request adds...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- This is a bug report. - Heroku version: `heroku/7.59.2 darwin-x64 node-v12.21.0` - OS: `macOS Monterey 12.2.1` What is...

on-call reviewed

This pull request simplifies the installation process of the `brew caveats` command which this repository provides. As explained in [the documentation for external commands](https://docs.brew.sh/External-Commands#external-commands-in-taps), external commands can be added to...

### Did you check the docs and existing issues? - [x] I have read the docs - [x] I have searched the existing issues ### Neovim version (nvim -v) NVIM...

bug

As per @mfussenegger's comments, restore the default of `ClientConfig.exit_timeout` back to `false`. Wait until #36795 has been merged to merge this PR, since this PR will cover up the bug...

lsp

Noticed an incorrect line in the documentation. @lewis6991 the git blame says you've worked on `debounce_text_changes`. Since I don't have experience with that part of the code, I'd like to...

lsp

Fixes [the doubling diagnostics issue](https://github.com/neovim/neovim/pull/36458#issuecomment-3505422898) described in #36458. I decided it wasn't worth it to fully detach the client, and instead simply resetting diagnostics is enough.

lsp

Building off of #36750, make `client:stop()` default to `self.exit_timeout` instead of `false`. This has no functional change internally, as all uses of `client:stop()` pass in `client.exit_timeout`, but it makes `exit_timeout`...

lsp

### Problem When quitting neovim, the client will be forced stopped immediately, instead of after `ClientConfig.exit_timeout` milliseconds. I suspect `:stop()` is being called twice, which is escalating to immediate force...

lsp
lifecycle