Andrii Stadnik

Results 23 issues of Andrii Stadnik

I'd like to be able to write ```cpp dbg(args...); ``` So far it breaks when the macro is expanded. The workaround might be to create a tuple from a variadic...

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug

The following code fails with an error `KeyringError::NoPasswordFound`. https://github.com/clearloop/leetcode-cli/blob/c6873f0194ba5b8d9d4b3c21b08c0ef61daefde8/src/plugins/chrome.rs#L76-L77 If I open `seahorse`, I see the relevant item (so the attribute name is correct), but I couldn't find info about...

I want to send a message to a user in case of an error (when using `?`). For that, I need at least a message-id, and preferable a bot object....

feature-accepted
K-feature-request
C-main

Without this change, the standalone server does not start for me. See vim docs for `*VimEnter*`.

When I open a file in a standalone mode, some features are not supported (for example, borrow checker, mutability checker etc). If I open a rust file with the following...

When single file is opened inside the git repo, `get_root_dir` doesn't return nil, instead it returns a path to the git root: https://github.com/simrat39/rust-tools.nvim/blob/9f89fe6d9762ef89973bbb698c750dd21b94ec44/lua/rust-tools.lua#L175-L178 Because of that, the standalone client is...

**Problem description** ![Screenshot_20201205-110807_Termux](https://user-images.githubusercontent.com/40110937/101238833-94682600-36eb-11eb-9593-e2a7e4a7a0e4.jpg) FiraCode ![Screenshot_20201205-110737_Termux](https://user-images.githubusercontent.com/40110937/101238835-9500bc80-36eb-11eb-840a-7e5a4483e9f7.jpg) JetBrains Mono **Steps to reproduce** **Expected behavior** I expect the font to have powerline symbols. **Additional information** * Termux application version: Termux-styling: 0.28 Termux: 0.99...

enhancement
priority:p1
type: font-request

Minimum init.lua ```lua --------------------------------------------------------------------------------- -- Packer -- --------------------------------------------------------------------------------- local install_path = vim.fn.stdpath('data') .. '/site/pack/packer/start/packer.nvim' if vim.fn.empty(vim.fn.glob(install_path)) > 0 then vim.fn.termopen(('git clone --depth 1 https://github.com/wbthomason/packer.nvim %q'):format(install_path)) end require('packer').startup({ function(use) use 'wbthomason/packer.nvim'...

help wanted
third-party issue

I'd like to be able to verify the correctness of the message before sending it. If the message is wrongly formatted for the specific style, there would be an error...

K-feature-request
S-frozen
C-core