Results 41 comments of Binbin Qian

I think it advisable to add an option to run without persistent notifications in root mode

疑似有用链接:https://www.v2ex.com/t/807649

nginx 配置是用的 https://toutyrater.github.io/advanced/wss_and_web.html ,我也感觉哪里不对 ``` server { root /var/www/domain.com/html; server_name domain.com; # https://toutyrater.github.io/advanced/wss_and_web.html location /ray { # 与 V2Ray 配置中的 path 保持一致 proxy_redirect off; proxy_pass http://localhost:50000; proxy_http_version 1.1; proxy_set_header Upgrade...

可能找到问题所在了,与 socks5 兼容性有关,代理时使用 `nc -X 4` 指定 socks4 就可以正常访问: ``` ProxyCommand nc -X 4 -x 127.0.0.1:1088 %h %p ``` 没怀疑过原来是这里,浏览器 SwitchyOmega 插件也用的 socks5,一直可以正常浏览网页,而且根据 [官方文档](https://www.v2ray.com/chapter_02/protocols/socks.html): > 标准 Socks 协议实现,兼容 [Socks 4](http://ftp.icm.edu.pl/packages/socks/socks4/SOCKS4.protocol)、Socks...

这是否属于 bug,请开发者自行确认一下

If you are using hugo and want utterances theme consistent with your website, this may help: ```html function loadComment() { let theme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches ? 'github-dark' :...

补充一下,复选框也不支持。 ``` * [x] A * [ ] B ``` 预期为: * [x] A * [ ] B 实际为: ``` A B ```

Still happens with 1.36.0 from time to time. I have a Linux server running nginx as a file server, when downloading from it and the task is almost finished, aria2...

之前家里老人被忽悠拉了个广电宽带,垃圾的一笔,包括 CF 在内的很多境外 IP 都无法访问 江苏电信访问 CF 还可以,但是不时抽风

> curl http://192.168.2.10:6800/jsonrpc (多次尝试,一直连接中,无法连接) 是不是网络问题?我几年了都是用局域网,境外服务器也都可以 把 log 打开看有没有报错 另外用英文提问可能会获得更多帮助