Erik Reinertsen

Results 10 comments of Erik Reinertsen

This would be wonderful! Great idea.

I am having this issue too. Potentially same problem as https://github.com/withfig/fig/issues/1108?

No. I ran `fig doctor` and received the error again. I ran `fig doctor` again, and the error disappeared. ``` ~ $ fig doctor ✘ Daemon: No such file or...

This feature exists in Slack, but not in Teams. Would be great to have. Thanks for posting, @ohadle.

I can reproduce all of above in Safari 15.4.

@dlukes I'm on macOS 10.15.4, vim 8.2 (installed via home-brew, `+python3`). I tried your fix but cannot run black in vim. This is frustrating, as I run black in vim...

@weaming's workaround did not work for me. I made my own workaround in `~/.vimrc` to call `black` from the command line within vim by hitting `F9`: `nnoremap :silent execute "!...

@weaming Running the process in the background gives an illusion of speed, since this approach incurs startup time per @dlukes. If I call the command without `redraw`, the screen goes...

@weaming @dlukes Thanks so much for both of your comments. I cleaned up prior installs of `black`: ``` rm -rf ~/.vim/black rm -rf ~/.vim/plugged/black ``` Then changed my `.vimrc` to...

Same. Not working for me on Safari 10.0.1, MacOS 10.12.1.