Maxim Lyubiev

Results 23 issues of Maxim Lyubiev

Can't find it in readme

When I'm searching something and repeating `N` and search hits bottom - vim-notify starts showing full screen of the same pair of errors Is there a way to disable this...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it ### Environment Macos 14.0 ### If applicable, add mockups / screenshots to...

defect
popovers

I really like Noen version beside the `t` char, can I use different variation of this symbol?

That might be a stupid question but I don't really understand how I can change translation to other language than English, I'm learning English so I want a translation in...

I've docker-compose configuration for django and postgres, it works fine. However, when I'm trying to run pytest inside a django container it fails with an error: ```shell pytest apps/service/tests/test_api.py::TestCreate::test_new ======================================================================...

I see you didn't change your config in 2 month (crazy), Is it means that you back to vim or you just found perfect config? :)

### Expected Behavior Variables works as expected. ### Actual Behavior ### Reproduction Steps 1. Create doc for any request 2. Insert any variable 3. Click preview ### Is there an...

B-bug
S-unverified

### Operating System MacOS ### Programming Languages Python ### CCXT Version latest ### Description ccxt.base.errors.RequestTimeout: Connection to wss://stream-testnet.bybit.com/v5/private timed out due to a ping-pong keepalive missing on time ### Code...

bug

I'm trying to create shortcuts to search specific types of objects and managed to create this: ``` { "fu", -- function() require("telescope.builtin").live_grep { function() require("telescope").extensions.live_grep_args.live_grep_args { glob_pattern = "{**/urls.py,**/urls/**}", }...