Sergey Kuznetsov
Sergey Kuznetsov
Hello! Thank you for the plugin. Do you have any plans to add spell checks for variable names, class names and other namings which are not keywords or names from...
### Description While switching between buffers I get the error: ``` Error executing vim.schedule lua callback: .../start/lspsaga.nvim/lua/lspsaga/codeaction/indicator.lua:37: line value outside range stack traceback: [C]: in function 'nvim_buf_set_extmark' .../start/lspsaga.nvim/lua/lspsaga/codeaction/indicator.lua:37: in function...
Hi! I just looked in output of the `:hi` command and was surprised of huge amount of bubbly highlight groups which is about two times more than all other highlight...
## Description of changes [git-agecrypt](https://github.com/vlaci/git-agecrypt) is a tool for transparent encryption and decryption files in git repository. It is An alternative to [git-crypt](https://github.com/AGWA/git-crypt) using [age](https://age-encryption.org/) instead of GPG. ## Things...
Fixes #680. Fixes #1222.
We should move our tooling to LLVM 18 as soon as it is available in homebrew. Related PR in homebrew: https://github.com/Homebrew/homebrew-core/pull/165206 In nixpkgs LLVM 18 is already available.
## Summary We should add Prometheus counters for every level of logger. ## Motivation It could be useful to for example create alerts based on errors logging rate.
LoadBalancer is not covered with tests. We should refactor it and add unit tests.
We have a few place where we read seconds and milliseconds from float in json. It would be convenient to be able to parse it inside config class and don't...