Xiaochuan Yu
Xiaochuan Yu
Currently, syntax errors are highlighted after some delay when you are stop typing in insert mode as seen here:  Is there a way to disable highlighting syntax errors while...
**Output of the [info page](https://help.datadoghq.com/hc/en-us/articles/203764635-Agent-Status-and-Information)** ``` ==================== Collector (v 5.18.1) ==================== Status date: 2017-11-15 21:32:05 (0s ago) Pid: 3253 Platform: Linux-4.9.51-10.52.amzn1.x86_64-x86_64-with-glibc2.3 Python Version: 2.7.14, 64bit Logs: , /var/log/datadog/collector.log, syslog:/dev/log Clocks...
Not sure if this is a setup problem but I followed the instructions from README and ran into the following error logged in jupyte whilst opening any notebook: ``` [IPKernelApp]...
This PR adds `cursor` and `limit` to `users.list` API to allow pagination per https://api.slack.com/docs/pagination. API should be backward compatible. I also modified example to show how paging is done. I...
### Description **TLDR**: `gitsigns` causes constant high CPU usage for me due to spamming `git ls-files` in a large repo. I work in a very large repo where `git ls-files`...
### Checklist - [X] Have you updated the plugin to the latest version on `main` branch? - [X] Have you checked the [Breaking Changes issue](https://github.com/kylechui/nvim-surround/issues/77)? - [X] Have you read...
As mentioned in https://github.com/nvim-lua/lsp-status.nvim/issues/74, this plugin tries to query document symbol even if capable clients are no longer attached current buffer (e.g. due to LSP server error). This PR tries...
If you type `.` before an `end`, you get wrong indentation as seen below (in neovim). Before: After: See video in: https://github.com/nvim-treesitter/nvim-treesitter/issues/3363 Based on what @theHamsta said in that issue,...
I use a different users and keys for SSH depending on which host(s). `kafka-check` doesn't allow this right now. This PR attempts to parse user's local ssh config and make...