QiWei
QiWei
当使用了父代理 `-p http://127.0.0.1:8080 ` ,访问 http 链接可以,https:// 报错。 尝试修改 cargo.toml 里的 hyper-proxy ,加上 `features = ["rustls"]` 也没有效果。
如果能加上配置文件监视并重载的功能,这样当通过服务启动时,修改配置文件比较方便,不需要重启服务。
``` = note: liblibdeflater-a26db91458bc2d2e.rlib(libdeflater-a26db91458bc2d2e.libdeflater.c676b24c-cgu.3.rcgu.o) : error LNK2019: unresolved external symbol _libdeflate_alloc_decompressor referenced in function __ZN11libdeflater12Decompressor3new17hf31a74519cf4bcd1E liblibdeflater-a26db91458bc2d2e.rlib(libdeflater-a26db91458bc2d2e.libdeflater.c676b24c-cgu.3.rcgu.o) : error LNK2019: unresolved external symbol _libdeflate_gzip_decompress referenced in function __ZN11libdeflater12Decompressor15gzip_decompress17hde9a1276df679f8cE liblibdeflater-a26db91458bc2d2e.rlib(libdeflater-a26db91458bc2d2e.libdeflater.c676b24c-cgu.3.rcgu.o) : error...
这是我之前提交的内容: 发现Bug,其实不应该叫Bug,就是新版把命令中的环境变量给提前或者是重复的扩展了,我的意思是不用ALMRun扩展,交给cmd自己扩展,上一个版本没有此问题,我写的命令有的很长,PATH变量也很长,如如提前给扩展了,有可能超出单行命令行长度限制。甚至把%~$PATH:i这也扩展,在if语句中有可能造成一些错误。我为了执行命令的时候避免在预处理中扩展还做了特殊处理,结果还是被ALMRun扩展了,如: call call set "PATH=%#%;%PATH:%€%=%€%%给扩展成call call set "PATH=%#%;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Program Files\MacType:%€%=%€%%",其实我的PATH变量还有很长,这里只列出一部分。
When request any .gif file, response is: ``` Privaxy Error. To access this page, disable blocking, update filters or exclude this host from blocking. Filter that matched this request: .gif|$domain=7mshipin.org|viidii.info...
目前可以通过配置父代理统一都走父代理,如果想不同的网址访问不同的代理,目前只能通过使用可以定义域名的父代理(如:clash、3proxy、privoxy等),但想根据网址路径访问不同的代理,就需要父代理也能自签证书,目前支持自签证书的代理不多,常见于调试工具,如:whistle。 如果 `good-mitm` 的 'action' 可以支持指向不同代理,就可以不需要额外的父代理软件了。
svg file ```xml ``` xq cannot handle nested g elements and when "xmlns:svg" exists, causing "" to become "
When a cell contains a comma, it cannot be parsed correctly. It will parse to multiple columns.
When dealing with csv files, read from standard input, it is cumbersome and inflexible to match each field with a regular. If you support simple separation by delimiter, it is...
### Steps to reproduce Text content: ``` ab 1c ab 1c def 是否 a 是否 a ghi 是否a 是否a 是否 1 是否 1 ``` pattern: `\(.\+\)\n\1`  ### Expected behaviour...