-
您好,我是 GraiaProject 成员、Ariadne 贡献者 @ProgramRipper。
由于 [Ariadne 0.9.0](https://github.com/GraiaProject/Ariadne/releases/tag/v0.9.0) 中的修改 `对好友,群,群成员和版本等信息使用缓存 (@ProgramRipper)` 引入的 bug,Ariadne 会缓存全部好友…
-
您好,我是 GraiaProject 成员、Ariadne 贡献者 @ProgramRipper。
由于 [Ariadne 0.9.0](https://github.com/GraiaProject/Ariadne/releases/tag/v0.9.0) 中的修改 `对好友,群,群成员和版本等信息使用缓存 (@ProgramRipper)` 引入的 bug,Ariadne 会缓存全部好友…
-
您好,我是 GraiaProject 成员、Ariadne 贡献者 @ProgramRipper。
由于 [Ariadne 0.9.0](https://github.com/GraiaProject/Ariadne/releases/tag/v0.9.0) 中的修改 `对好友,群,群成员和版本等信息使用缓存 (@ProgramRipper)` 引入的 bug,Ariadne 会缓存全部好友…
-
### 请求内容
迁移到 nonebot2
### 实现逻辑
替换 graia 为 nonebot2
### 请求原因
鉴于上游仓库 GraiaProject/Ariadne 已经存档,建议迁移到 nonebot2
### 实现参考
### 其他内容
_No response_
-
**Describe the bug**
See below.
**To Reproduce**
1. Put the following code into `test.py`
```py
class C:
def __init__(self):
def pl(i: int):
return i + 1
```
2. r…
-
https://github.com/GraiaProject/Ariadne/blob/a0f5a1de9e391a7002f0a8b090625aac6c476d59/src/graia/ariadne/message/parser/util.py#L66
GraiaCommunity/Docs#20
-
在[3. 你可能会遇到的一些奇奇怪怪的小问题](https://graiax.cn/make_ero_bot/before/3_small_question.html#_3-%E4%BD%A0%E5%8F%AF%E8%83%BD%E4%BC%9A%E9%81%87%E5%88%B0%E7%9A%84%E4%B8%80%E4%BA%9B%E5%A5%87%E5%A5%87%E6%80%AA%E6%8…
-
**Bug report**
Now we have the following code to show what happen:
```python
import asyncio
from contextvars import ContextVar
ctx = ContextVar("test")
loop = asyncio.new_event_loop()
tes…
-
因为计划在下一个版本中加入设计中的 Platform API, 我觉得可以搞一个 PlatformDB 出来, 记录各种 Protocol 实现的相对于适配的对象的 Platform 信息.
-
![image](https://user-images.githubusercontent.com/70872201/148323585-84483b89-b7d9-4c56-9965-d860abb6b88d.png)
函数的`for`循环有两层,但只跳出了第一层,导致检测到`task`抛出`PropagationCancelled`的时候事件广播不能终止
https://github.c…