Alexander Konotop

Results 11 issues of Alexander Konotop

### 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

For example if You have an object ``` class MyClass { __construct(TypeA & TypeB $arg) {} } ``` then while trying to mock it: ``` new \Mockery::mock(MyClass::class) ``` You will...

Currently I have 2.24.2-r2 successfully installed long ago. Updating to 2.24.4 fails with errors CS1502 and CS1615: ``` /usr/bin/mcs -debug -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GNOME_SHARP_2_16 -define:GNOME_SHARP_2_20 -define:GNOME_SHARP_2_24 -nowarn:0169,0612,0618 -unsafe -out:gnome-sharp.dll -target:library -r:/usr/lib64/pkgconfig/../../lib64/mono/gtk-sharp-2.0/pango-sharp.dll...

I'm using Neovim with it's build-in LSP. So it seems like an old option `[layers.override_cmd]` is not respected for my configuration. This causes troubles while trying to replace Dart SDK...

Unable to select LSP's autocomplete suggestions. Trying to push `arrows` or `tab` just closes the suggestion list. Neither `ctrl+j` or `ctrl+k` do work. BTW "Text" suggestions completely disable "LSP" ones....

Built-in LSP does not provide autocomplete for names containing parts of other names. For example why developing `AbcdeTest` You cannot import (by autocomplete) `Abcde`. You can either import `AbcdeTest` (which...

discussion

**Description** I've recently encountered a problem of having different widgets of same class in the tree. The problem is each of these similar widgets depend on a bloc. Same bloc...

question
waiting for response

I've tried to reinstall Spacemacs, always with same results. Branch is 'develop'. It started to happen maybe a month ago, maybe earlier - I do not remember when did I...

Reported upstream
Treemacs

This part only adds support of unwrapped arguments, not return values. Currently I do not have any value-type return types in my projects so I don't have an ability to...

The provided code "as is" never unblocks due to some strange issue. Maybe it's related to #179 though probably not. So, this is the code which never unblocks when TIMES...