Rasul Omarov

Results 9 comments of Rasul Omarov

> I have managed to find that when running the `get-graphql-schema` in Github Actions it is adding the script as the first line of the file. I can remove this...

Hi everyone! I just tested nightly to check how new default mappings work and would like to ask some questions about them: We now have `crn` and `crr` mappings that...

Yes, you're right, it interferes with the `y` operator and this is the reason I remapped it to be `sa` for adding, `sd` for deleting etc The use-cases are plugins...

Having the same issue, but was able to kind of fix that by using some hacks. Don't really like the solution though, but it works as a temporary solution: ```typescript...

I also don't think the issue is opened in a right repository. This library is written in pure JS and doesn't provide types. Since you're using @types/react-beautiful-dnd package for types,...

> Thanks for your feedback! Yep, that's a bug, for the moment I didn't find a way to do this without using plugins like `tpope/repeat`... I'll work on it next...

Hi @jamestrew! I was facing this issue for a long time and didn't really know if it's a telescope bug or not. I'm not sure if I'm talking about the...

@jamestrew yes indeed, I tried tweaking everything and found out that it's not the bug you were describing. It's actually `vim.cmd.normal` command. Sometimes, when it's called in insert mode, neovim...

@jamestrew It's really hard to reproduce this issue without using Telescope, because I believe it happens when several conditions are met. Anyway, I don't think this is a telescope bug...