Peter Benjamin

Results 52 comments of Peter Benjamin

Have you tried to play around with ordering? Some (neo)vim settings have side-effects. For example, if you hypothetically want to use `default` colorscheme on light background, this would not work:...

In the meantime, my workaround is to use `Minimal` theme with `GIT_PROMPT_START="\n"` (and `GIT_PROMPT_END="\n$ "` instead of the right arrow prompt symbol), which produces the desired outcome for me ![Screen...

I'm running into a similar issue. The Ruby Test Explorer Log shows the following error: ```log [2020-12-16 23:43:45.196] [INFO] Running dry-run of RSpec test suite with the following command: bundle...

@maxlorenz - do you happen to have more information about this patch? Did you patch the vscode extension or did you patch some project configuration file?

@surfer190 check a few things for me and compare them to my [resume.json](https://github.com/pmbenjamin/pmbenjamin.github.io/blob/master/resume.json) or my generated [resume.html](https://github.com/pmbenjamin/pmbenjamin.github.io/blob/master/resume.html). The theme I'm using is a slightly modified version of [Slick](https://github.com/dfmcphee/jsonresume-theme-slick), which can...

Temporary workaround: users can define custom linters in their `~/.vimrc`, like so: ```viml call ale#linter#Define('dockerfile', { \ 'name': 'docker-language-server', \ 'lsp': 'stdio', \ 'executable': 'docker-langserver', \ 'command': '%e --stdio', \...

Working on this with a local `kind` cluster. Spent a good chunk of time debugging an issue that turned out to be `kind` configuration [format/parsing quirk](https://kubernetes.slack.com/archives/CEKK1KTN2/p1551689418210600), but making good progress...

I am experiencing the same bug on macOS 12.6 + fzf v0.34.0. I noticed it happens only in tmux. Outside of tmux, there is no `I` character inserted in fzf...

The issue appears to be intermittent only in `tmux`, regardless of the terminal emulator (tried iTerm2, default macOS Terminal.app, and alacritty). Through process of elimination, I have narrowed it down...

Yes. ```sh $ markdownlint README.md README.md:70 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] README.md:71 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3] README.md:72 MD012/no-multiple-blanks Multiple consecutive blank...