yongrenjie

Results 8 comments of yongrenjie

@NoLookForcePush AFAIK that file should be created when you run `/usr/local/opt/fzf/install`. ~~FWIW (after following the installation instructions) I have a similar issue with `**` not working on both bash-5.0.17 (Homebrew)...

@vidakDK Do you have have `filetype indent on` or `filetype plugin indent on` in your vimrc? You need that in order for vim to look for `filetype.vim` files in the...

I know this is old, but this isn't a plugin issue, you can (and should) do this using vim's own mechanisms. See `:h ftplugin`. TLDR: inside `~/.vim/after/ftplugin/typescript.vim` (modify the `~/.vim`...

On Python 3.9 I got around it by just removing the `bufsize` keyword argument in the call to `Popen()` (below), though you could also try out [this fork](https://github.com/petercorke/sphinx-autorun). https://github.com/WhyNotHugo/sphinx-autorun/blob/2ff839acfc7319fadbb4306405d2a26b6a739056/sphinx_autorun/__init__.py#L64 Since...

There's also the excellent https://vrom911.github.io/blog/common-stanzas as a resource.

On Python 3.9.2 (macOS Big Sur) I find that `bufsize=1` for the default ASCII mode still leads to a bunch of warnings: ``` /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py:946: RuntimeWarning: line buffering (buffering=1) isn't supported...

Hi all - I suspect this has something to do with the caching of the folds. I have a similar issue whereby if I add lines before a fold, all...

An alternative (but ultimately equivalent) solution is to use [gfxCardStatus](https://gfx.io/) to toggle this. 'Dynamic switching' is on by default. Changing this to 'discrete only' before launching OBS solves the issue....