Dimitry Nazarov

Results 6 comments of Dimitry Nazarov

@NoxArt Looks like it is the OS charset issue. Default settings are also getting the same error if I try ti lint them as json (e.g. [http://jsonlint.com/](http://jsonlint.com/)). Ended up creating...

~~@eslamodeh 👋 hey. Were you able to get around this?~~ nvm. found the issue. For anyone running into this, the problem is that the current version of the `google_drive` gem...

Yes, I tried Dispatch with tmux, tmux by itself, Vim Tmux Runner and Vimux. The closest I got is a strategy that opens a new tmux window called `test`, runs...

here is what I'm living with for the past couple of months and it's pretty close. Requires tmux. ```lua local function run_in_bg(cmd) -- Escape single quotes in the command cmd...

I think you can customize an [executable](https://github.com/vim-test/vim-test?tab=readme-ov-file#executable) for pytest like so: ```vimscript let test#python#pytest#executable = 'COLUMNS=78 pytest' ``` might need to check the source code for the exact path for...