KumaTea

Results 10 issues of KumaTea

The typical way of getting all friends is by: ```python friends_list = [] for friend in tweepy.Cursor(API.friends).items(): friends_list.append(friend) ``` However, this is [limited by the rate **200/15min**](https://developer.twitter.com/en/docs/twitter-api/v1/rate-limits). It's very time...

Feature Request

## PyPy Support Status ![status](https://img.shields.io/badge/build-%E2%9C%94%203179%20%7C%20%E2%9C%98%202%20%7C%20%3F%20108-red) Wheels of [**PyPy**](https://www.pypy.org/) versions of PyTorch could not be released yet, because PyPy does not support all C functions that PyTorch implemented. In this thread...

### 在提问之前... - [X] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,且会尽可能提供更多信息帮助问题解决 - [X] 我在提问题之前至少花费了 5 分钟来思考和准备 - [X] 我已经阅读了文档中的常见问题、详细使用说明等,认为这大概率是一个 bug 而非设计如此 - [X] 我已查看最新测试版本的更新内容,并未提及该 bug 已被修复的情况 ### 问题描述 版本 [`v4.3.0-beta.6`](https://github.com/MaaAssistantArknights/MaaAssistantArknights/releases/tag/v4.3.0-beta.6) 心情已满时刷信赖是很棒的功能,点个赞! 今天发现降序选取干员时,若有异格干员信赖较高,由于异格干员共享信赖,会导致选取时互斥,最终少入住1人。 异格相关 issues:...

bug
module: infrast

### Pitch Lots of poeple host their mastodon instance behind an CDN such as Cloudflare, to speed up connections from all over the world, and avoid DDoS, and so on....

suggestion

反馈bug/问题模板,提建议请删除 ## 1.关于你要提交的问题 Q:是否搜索了issue (使用 "x" 选择) * [x] 没有类似的issue ## 2. 详细叙述 最近帮同学的一个百兆路由器 小米路由器4C (R4CM) 刷上 OpenWrt 。 但是无论按照 [官方教程](https://openwrt.org/toh/xiaomi/xiaomi_mi_router_4c#installation) ,还是网上使用 Breed 的教程 ( [1](https://cloudflare.luhawxem.com/2021/05/19/Mi-Router-4C-flash-openwrt/) [2](https://cloudflare.luhawxem.com/2021/09/10/Mi-Router-4C-flash-openwrt-detail/) ) ,均会在刷入后无限重启或直接进入 Breed...

Q:是否搜索了issue (使用 "x" 选择) * [x] 没有类似的issue ## 星际宝盒无法挂载 Extroot (/overlay) 及解决方案 * 路由器型号 星际宝盒 `MobiPromo CM520-79F` * 源码版本 最新 (`OpenWrt R22.4.1 / LuCI Master (git-22.115.51709-a2bd654)`) ### 问题描述 自从使用该路由以来,我就发现任何版本的源码都无法挂载 Extroot,即通过外置...

## 支持设置默认模型 我已经搜索过了 #3384 等相关 issue,其中 `CUSTOM_MODELS` 并不是我想要的,即我并不希望通过减少可用模型的方式指定默认模型。 目前我使用的一种野蛮的方法: ```bash cd /tmp git clone https://github.com/Yidadaa/ChatGPT-Next-Web cd ChatGPT-Next-Web sed -i 's/model: "gpt-3.5-turbo" as ModelType,/model: "gpt-4-1106-preview" as ModelType,/g' ./app/store/config.ts sed -i 's/export...

### Checklist - [X] I believe the idea is awesome and would benefit the framework - [X] I have searched in the issue tracker for similar requests, including closed ones...

enhancement

## 问题 使用 PaddleOCR 单独执行检测时,报错 ValueError ```python import numpy as np from paddleocr import PaddleOCR ppocr = PaddleOCR(lang='ch', use_angle_cls=False,) image: np.ndarray = ... results = ppocr.ocr(image, det=True, rec=False, cls=False) print(results)...

detection
status/close
triaged

### 对应功能 preview 分支组件 `定制自动连播行为` (#5303) ### 问题描述 需求是逆转 `反传统连播模式` 组件的功能,详见 #5393 使用组件 `定制自动连播行为` 开启自动连播后,配置如下: ``` 番剧 禁用 推荐视频 总是 稍后再看 禁用 分p视频 禁用 视频合集 禁用 收藏夹 自动 ``` 预期的行为是按照配置(始终连播推荐视频),遇到分p/合集时...