musnow
musnow
**错误描述** 正在做种A资源,如果加入一个B站点的同资源种子,无法做种 错误代码11,查询发现是正在下载相同种子 **如何重现** 重现步骤,如: 1. 点击新建任务按钮 2. 黏贴种子 3. 点击提交 4. 发现报错,错误代码11 **预期的行为** 应该可以同时做种两个不同站点的相同资源种子 **截图**  **运行环境** - 操作系统类型: windows - 具体版本: win11 - Motrix 版本:1.6.11 - 安装包类型:官网下载安装
I got a package installed by this ``` pip3 install git+https://github.com/floxay/python-riot-auth.git ``` if i use `pip3 freeze > requirements.txt`,the result be like(this is the right one) ``` riot-auth @ git+https://github.com/floxay/python-riot-auth.git@e70f76002728b99005baccd6fe3157c03d4d9f02...
目前个人博客经常会遇到有些人来宣传tz,特征是起一个昵称包含`v2ray`或者`免费机场`等关键词,然后评论一个`博主辛苦了`等无意义评论,借此宣传tz。 但我不希望我的博客里面有这类无意义的评论。 有没有办法实现屏蔽昵称中的某些关键词?并在用户尝试用这些关键词做昵称发评论的时候报错?
### 检查清单 - [X] 已经搜索过,没有发现类似 issue。 - [X] 已经搜索过[主题文档](https://volantis.js.org/),没有发现相关内容。 - [X] 已经尝试使用过[最新版](https://github.com/volantis-x/hexo-theme-volantis/releases),问题依旧存在。 ### 主题版本 6.x ### 复现地址 https://memos.musnow.top/ ### 问题描述 使用的memos `v0.19.1`,对比sidebar中的memos请求和plugins中的memos请求会发现,sidebar中的请求是对的。 当前所处主题的git hash为:` e53eae55a5f00ead3368fc95e87d7ebbe77ff157`; ## sidebar的配置如下 ```yaml # Memos...
目前的年份配置是2020这类4位的,希望能添加上2位的选项。如2023年显示为23
 当前tag的文字颜色和其他文字相同,能否做不同颜色的区分?
如图所示,我使用的是github action+vercel的部署方式,用了一段时间了一直正常,但最近经常出现错误。  出错的步骤是安装python的包依赖项,日志如下 ``` WARNING: Ignoring version 0.14.0 of uvicorn since it has invalid metadata: Requested uvicorn==0.14.0 from https://files.pythonhosted.org/packages/bf/fe/a41994c92897b162c0c83e8ef10bec54ebdefbce3f3725b530d2091492ac/uvicorn-0.14.0-py3-none-any.whl (from -r requirements.txt (line 54)) has invalid metadata: .* suffix...
> The following PR introduction was generated by AI, so there's no need to read my poorly written English. This PR adds new capabilities to enhance the Obsidian AI Summary...
run_instruction(args.adb_path, args.api_key, args.base_url, args.model, args.instruction, args.add_info, args.coor_type, args.notetaker) 运行函数里面写了,但是argparse里面没有…… 另外:希望可以提供一个带版本的requirements.txt。readme里面写的依赖项还是少了,得用户一个一个install
My AFL++ has been compiled using the `export CFLAGS="- DUSEMMAP=1"` flag (because my iOS demo app is running on the xcode emulator, it should be in local mode on macOS)...