Waket Zheng

Results 21 comments of Waket Zheng

How can I change the following code to be anyio @agronholm ```py import asyncio from typing import Coroutine from tortoise import Toirtoise def run_async(coro: Coroutine) -> None: loop = asyncio.get_event_loop()...

我最近也是各种忙,今天才看到你的评论。 这两个库都还可以,你挑一个,我来提PR https://github.com/modood/Administrative-divisions-of-China https://github.com/wecatch/china_regions

你是在尝试什么操作的时候,发现会需要`pca.csv`文件呢?

@rspadim Is there any example for which messages have you seen and show what is more helpful?

I am using FastAPI, and this worked for me: https://github.com/tiangolo/fastapi/issues/1508#issuecomment-638365277

I got the same error when running `make test_sqlite`, and solved it by the following steps(My system is MacOS): 1. Install the latest version of sqlite3 with update-limit enabled ```bash...

My test result: 0.19.1 can reproduce the bug **And 0.19.3 fixed**

Autocomplete worked for me with latest version of sqlmodel and pydantic2.5.3 (Python3.11/Pycharm)

@plusiv The code snippet failed to run: ``` line 47, in run await _1.talks_to.add(_2, _1_1_1, loose) NameError: name '_1_1_1' is not defined ```