BEN
BEN
which user agent do you mean? The only hardcoded user-agent is for the scraper module to retrieve from magnet search sites. I don't think it make sense to let this...
this option is designed for using tracker list from github https://github.com/ngosang/trackerslist choose one of the urls in the project will be fine. manually adds a specific tracker can be edited...
I prefer offering rich APIs that can communicated with other applications (eg: a telegram bot), instead of integrating too much in the program. The APIs is the latest version are...
> The file browser in the UI listed all the files on start and pushed the whole to the client to display which is inappropriate. > > Plus it has...
@snowie2000 no, not at the moment, I'm not sure what to change. The original idea is that with the help of velox library, automaticly transfer differentces of the filesystem, and...
The data was read from `github.com/shirou/gopsutil` library, I believe there's bug in calculating the total disk size. While looking into it I find simpler way by just reading the free...
It's seems like a unix platform compatible problem and we are not alone, many other projects have same issues. * https://github.com/goharbor/harbor/pull/5695 * https://github.com/docker/for-mac/issues/2136 I patched to gopsutils package but I...
最近在翻看别人的纯css做的modal例子,发现还有个:target伪选择器也很好用,这样``就能打开一个modal层。
> Xshell 8 Beta Build 0042 同样有此问题,构建了 Patch 也无法使用。`ssh: parse error in message type 13` 的消息仍然存在。 > > 看了下 Patch 的代码,`xshell.go:176` 是否应该是 `err != nil` 而非 `err == nil`.... >...
我本地编译的版本`signRequestAgentMsgXshell7`改成这样,用了两个月,xshell 8 beta也迭代到正式版了,目前均正常工作。 ```go type signRequestAgentMsgXshell7 struct { KeyBlob []byte `sshtype:"13"` Data []byte Flags uint32 Unknown [4]byte } ```