sagan
sagan
Hi Would you like add support for Google drive's "Shared drives" (old name "Team drives") feature? It will allow users to upload files to shared drives that they have access...
1. dd wrt只有 /bin/sh,没有 /bin/bash 2. 目前dd wrt不支持 ip -batch 3. 目前dd wrt无法用ip route show 0/0 | head -n1 | grep 'via' | grep -Po '\d+.\d+.\d+.\d+' 获取默认网关, 需要用nvram get wan_gateway...
目前下载的书籍 txt / epub 里元信息格式: ``` 题名:刑務所体験の裏切り者 作者:ペンギン Tag列表:刑務所、手錠、逮捕、連行、身体検査、女囚、懲罰 原始网址:https://www.pixiv.net/novel/series/10047231 封面图片地址:https://i.pximg.net/novel-cover-original/img/2023/02/10/02/47/52/sci10047231_735f586344496c77576ab8af64553975.png 简介:将来的なの犯罪防止を目的とした学校行事、刑務所体験。 それはクラスのひとりひとりが、刑務所で看守か囚人に役割を与えられ、体験期間の2週間をその役に成り切り仕事を全うする、高校行事の一つ。 田舎町の高校に通う男子4人、女子3人のクラスでは男子4人が看守に、女子3人が囚人に役割が振られ、2週間を同じ屋根の下で過ごすことになり――。 下载时间:2024-01-17T09:01:10.078Z 本文件由小说下载器生成,软件地址:https://github.com/404-novel-project/novel-downloader ``` 这种格式不方便机器解析。并且元信息名称使用中文,下载非中文小说时有违和感。 建议使用类似 [YAML Front Matter](https://stackoverflow.com/a/44222826/1672985) 这种格式存储元信息,并且键值使用英语。例如: ``` --- title: 刑務所体験の裏切り者 author: ペンギン time:...
Hi The ```TrackerReplace``` field of ```[]string type``` in ```type TorrentSetPayload struct``` does not work as intended. It's used by TorrentSet method (corresponding to transmission [torrent-set](https://github.com/transmission/transmission/blob/3.00/extras/rpc-spec.txt#L107) rpc method) to edit the...
Some torrents sites could generate malformed torrent file. I personally encountered that the private tracker site [aidoru-online](https://aidoru-online.me/) generates torrents with malformed "announce-list" fields: it incorrectly uses the comma-seperated trackers joined...
For example, [iptables](https://manpages.debian.org/bookworm/iptables/iptables.8.en.html) flags support the "!" mark: ``` [!] -s, --source address[/mask][,...] Source specification. Address can be either a network name, a hostname, a network IP address (with /mask),...
### Description 请问 apinto-dashboard / apinto 是否支持 Developer Portal 功能?类似 [Tyk Developer Portal](https://tyk.io/docs/tyk-developer-portal/) 或 [Kong Dev Portal](https://docs.konghq.com/gateway/latest/kong-enterprise/dev-portal/) 这种,允许第三方开发者自助注册 app 并申请 API 访问权限。 demo 里找了一圈没找到。 ### Environment (not applied)
If PersistFlagValues is false, cobra-prompt restore all flags to default value after every command execution. [cobra-prompt.go](https://github.com/stromland/cobra-prompt/blob/main/cobra-prompt.go) ```go func findSuggestions(co *CobraPrompt, d *prompt.Document) []prompt.Suggest { //... addFlags := func(flag *pflag.Flag) {...
Hi Cobra is fully POSIX-compliant, in which the argument -- terminates all options; any following arguments are treated as non-option arguments, even if they begin with a hyphen. (See [here](https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html)...
#### What is the problem you are having with rclone? Rclone incorrectly encodes (escapes) the filename, when transferring files from local (on Windows) to sftp (on Linux) backend, even with...