snowman

Results 69 comments of snowman

> +1 > > And using [lsp-mode](https://github.com/emacs-lsp/lsp-mode) for emacs. Do you mean do not use `emacs-solargraph` anymore (uninstall if installed), and switch to [lsp-mode](https://github.com/emacs-lsp/lsp-mode)? :thinking:

please add support `8.0.2`

为什么你还能使用`config.ini`配置? 最新版(v1.8) 使用的是`config.yml`, 而且为什么你还能使用`-m`选项? ```sh # git的才是最新版 $ git checkout v1.8 $ rg add_argument core/config.py 410: parser.add_argument('-c', '--config', help='使用指定的配置文件') 411: parser.add_argument('-i', '--input', help='要扫描的文件夹') 412: parser.add_argument('-o', '--output', help='保存整理结果的文件夹') 413: parser.add_argument('-x', '--proxy',...

使用`git` 下载源码并修改代码逻辑, `movie.dvdid` 就是你的输入 ```sh $ git clone https://github.com/Yuukiy/JavSP $ git checkout v1.8 $ git checkout -b my-edit ``` JavBus: https://github.com/Yuukiy/JavSP/blob/9832462b8fc16cd1112bdf01136ad650bdf9008d/javsp/web/javbus.py#L21-L27 JavDB: https://github.com/Yuukiy/JavSP/blob/9832462b8fc16cd1112bdf01136ad650bdf9008d/javsp/web/javdb.py#L105-L134

I mean extract Messages app's messages from the raw iOS backup. > ios_backup_extractor is a free command line utility to extract media files (photos and videos) from a local unencrypted...

proxy: str = "" """ 代理设置 e.x.: ``` python from bilibili_api import settings settings.proxy = "https://www.example.com" ``` """