Results 57 comments of fcying

@ella-tj 这个可以 找个冷门的, 按这个原理上传就好了. tj 用的人还是多

没玩过tj. 你可以自己试试. 原理一样

Use vimproc#system() instead of system() when vimproc installed? vimproc#system() have not several cmd windows flash across.

试了下, 封面出不来, 标题能出来, emby log里有报错 emby docker 版本 4.7.1.0 ``` 2022-06-04 12:03:24.236 Error App: System.InvalidOperationException: An invalid request URI was provided. Either the request URI must be an absolute URI...

在 @bjrjustin 版本的基础上, 加了`base uri`, 在 `emby docker 4.7.20` 上刮削正常了, 别的功能没测试 ``` diff --git a/Emby.Plugins.JavScraper/Services/ImageProxyService.cs b/Emby.Plugins.JavScraper/Services/ImageProxyService.cs index b5ed7cd..0b40ec4 100644 --- a/Emby.Plugins.JavScraper/Services/ImageProxyService.cs +++ b/Emby.Plugins.JavScraper/Services/ImageProxyService.cs @@ -80,7 +80,8 @@ namespace Emby.Plugins.JavScraper.Services //...

Can it add a parameter? ex `scoop install aaa --gui`, then it create shims as a gui app.

It can work now. `CC=x86_64-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows go build .` need set `CGO_ENABLED=1`, when I cross compile, `CGO_ENABLED` need set again? ============================================================== I have encountered the same problem when I...

电脑上没联想倒是还好. 手机上用效率差了好多.

I want it to be highlighted like this: ![image](https://user-images.githubusercontent.com/106934/88144834-1e778c80-cc2c-11ea-8d23-03d7339cce30.png) `\e[00;32m` `\e[00;34m` `\e[0m` is Escape sequences, it only set text color which after it, it does not show itself. More explanation:...

vim: 8.0: 1-1475 I test it in a mini vimrc, it can be reproduce. reproduce way: ``` 1: vim -u test_vimrc git_config_test 2: copy git_config_test data by use mouse 3:...