Pokey Rule

Results 577 comments of Pokey Rule

I'm guessing you're referring to #579. Unfortunately, that doesn't work for me, because the call to `commands.executeCommand("vscode-neovim.escape")` causes VSCode to lose the current cursor position, which the autocmd doesn't restore....

And to confirm, am I on the right track with > I would think I could just add a check to [this if statement](https://github.com/asvetliakov/vscode-neovim/blob/a4735e901cb154a91bd36643970abf4d953622a3/src/mode_manager.ts#L84-L87). Would it be alright if I...

I am still able to reproduce this issue: ```sh ➜ dvc --version 1.8.2 ➜ dvc init --no-scm ... ➜ mkdir foo ➜ dvc add foo WARNING: 'foo' is empty. ➜...

For those of you seeing this issue, is it happening when your release branch is not the repository's default branch? If so, then #979 should fix it for you once...

@cyberw I'm currently experimenting with using [release-drafter](https://github.com/release-drafter/release-drafter) instead

I think this is the same as @mikevb1 requested, but basically I'd want the `{` and `}` to be `SPECIAL` as they currently are, but everything between the brackets to...

Fwiw, here is what worked for me (in the `configurations` section of my `.vscode/launch.json`): ```json { "name": "foo-bar client-side", "type": "chrome", "request": "launch", "url": "http://localhost:4200", "webRoot": "${workspaceFolder}", "sourceMapPathOverrides": { "webpack://_N_E/*":...

I called the function `otio.adapters.read_from_file` with the following xml. Notice the timecode of 44 in a couple of places: ```xml Timeline 1 (Resolve) 8008 30 FALSE -1 -1 01:00:00:00 108000...

Maybe I'm missing something in that PR, but I don't believe that fixes the problem at hand, which I believe will continue to be a problem when someone tries to...