PaTTeeL

Results 37 comments of PaTTeeL

最近把Motrix 1.4升级到了1.5.15,发现白屏问题更严重了,感觉像是aria2在下载过程中因为进程过多,没有响应,就会导致motrix白屏,而且还不像web界面那样可以刷新,只要motrix出现白屏就只有关掉重来这一个选项,白屏貌似等很久也不会恢复(试过等1-2小时),希望能更新一下程序,哪怕aria2程序无响应,界面可以一直显示嘛,大不了多等一下再重试读取状态

Recently I've read about golang release notes. In https://go.dev/doc/go1.18 , it's seems DialTLS & DialTLSContext is supported by golang : ``` net/http On WebAssembly targets, the Dial, DialContext, DialTLS and...

> @PaTTeeL no, we still don't have it. We need [golang/net#123](https://github.com/golang/net/pull/123) to be merged. We need `DialTLSContext` in `http2.Transport`, not `http.Transport`. got it, many thanks for replying.

@francislavoie it works! build with `xcaddy build fix-h2c-dial --output /tmp/` the version is `v2.5.3-0.20220812171626-7c3411e435e3 h1:Lq4/0CP4akptUojOhNfAnSZr5BrB16YyZ/7jOvctNGw=` logs here: ``` caddy[617846]: {"level":"DEBUG","ts":"2022/08/12 18:29:28.268","logger":"tls.handshake","msg":"choosing certificate","identifier":"HostName.com","num_choices":1} caddy[617846]: {"level":"DEBUG","ts":"2022/08/12 18:29:28.268","logger":"tls.handshake","msg":"default certificate selection results","identifier":"HostName.com","subjects":"HostName.com","managed":true,"issuer_key":"acme.zerossl.com-v2-DV90","hash":"90125a36b1cc6de8b88e4a17894d4bd93493b4d5896fe354eb6eb7b187d52696"} caddy[617846]: {"level":"DEBUG","ts":"2022/08/12...

> @PaTTeeL try this instead: > > ``` > reverse_proxy @gRPC unix//dev/shm/grpc { > transport http { > versions h2c 2 > } > } > ``` > > The...

> 请问连接什么服务器?vim版本? 这样可以吗? ``` ubuntu@instance-01:~$ uname -a Linux instance-01 5.13.0-1021-oracle #26~20.04.1-Ubuntu SMP Mon Mar 7 14:26:06 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` ``` ubuntu@instance-01:~$ vim --version VIM - Vi...

> TrueHD tracks can only be muxed in MKV. thank you. now I see the TrueHD passthru option in audio.

顶一下,希望可以保留已完成的下载记录!

> 可以试试最新版本吗? 嗯嗯,试过可以正常使用退格键了

Same problem here, uses example in https://adguard.com/kb/general/ad-filtering/create-own-filters/ `[$url=/\[a-z\]+\\.example\\.com^/]##.textad` like `[$url=/\[a-z\]+\\.smzb618\\.com^/]##.menu` which does not work with site https://smzb618.com/live/297468?sjsc_source_code=x8g8s. And only `[$domain=smzb618.*]##.menu` or `[$domain=smzb618.com]##.menu` works, so is there anything wrong ? I‘ve...