VantHoff

Results 21 issues of VantHoff

如: `send_private_forward_msg`,`get_guild_service_profile`,`send_group_forward_msg`

举例:现在有ABCDEF六个群聊,ACE三个群组都是和明日方舟有关内容,BDF三个群组都是和FF14相关的群组,能否做到给不同群组打上不同的标签,进而做到多个群既有自己的小词库。

enhancement

**저는 한국어를 할 줄 몰라 번역기를 사용하여 '이슈'를 제출하고 있으니 문제가 있다면 용서해 주세요.** 새로운 BaiDuOCR 및 BaiDuTranslate API 지원을 요청하세요. 중국에 본사를 둔 회사입니다. 제공하는 API가 중국에서 더 안정적이고...

> 基于内存的外挂自瞄原理是可以拿到三维坐标,直接修改方向角来瞄准敌人,而基于计算机视觉的外挂只能拿到目标在屏幕上的投影,这是一个二维坐标,要解算出移动的向量很依赖游戏底层的参数(视场角等),目前还没想明白怎么一帧锁敌,也许将来会去实现。 这段话我没太理解。既然已经是一个二维平面上的两点间的直线运动[比如从A(1,1)到B(1,2)仅需要直线移动],为什么要计算三维空间中的滑动角度? > 加入PID平滑控制鼠标 ```python class PID: def __init__(self, Kp, Ki, Kd): self.Kp = Kp self.Ki = Ki self.Kd = Kd self.P = 0 self.I = 0 self.D =...

enhancement

### Name onnxruntime ### Home page URL https://onnxruntime.ai/ ### Source code URL https://onnxruntime.ai/ ### Packaging policy acknowledgement - [X] I understand [Tur Package Policy](https://github.com/termux-user-repository/tur/wiki/TUR-package-policy.). ### Additional information Request to compile...

help wanted
Package request

报错: ```python Exception in thread Thread-5 (start_server): Traceback (most recent call last): File "D:\FFXIV\FFDraw\nylib\utils\win32\injection.py", line 20, in get_python_base_address return process.get_module_by_name(handle, python_dll_name).lpBaseOfDll File "D:\FFXIV\FFDraw\nylib\utils\win32\process.py", line 63, in get_module_by_name raise KeyError(module_name) KeyError:...

```java 2023-05-09 02:24:40 [I] nonebot warning: no blob constructor, cannot create blobs with mimetypes 2023-05-09 02:24:40 [I] nonebot warning: no BlobBuilder 2023-05-09 02:24:42 [I] nonebot Python initialization complete 2023-05-09 02:24:43...

### Attention | توجه - [X] I searched and no similar issues were found | جستجو کردم و هیچ گزارش مشابهی پیدا نشد ### What Happened? | چه اتفاقی افتاده؟...

**Problem Description**: When running the application's web interface, a pop-up prompt appears: ``` Not seeing LangSmith runs? It looks like your LangSmith API key is missing. Please make sure to...

### What do you need? **Problem Statement** Non-English users face friction due to: - Inability to understand command help/errors without translation tools - Misaligned text rendering in CJK terminals -...

enhancement