Stone

Results 3 issues of Stone

## Issue Checklist - [x] I am using [the latest](https://github.com/theme-next/hexo-theme-next/releases/latest) version of NexT. - [x] I have read the relevant documents of [Hexo](https://hexo.io/docs/) and [NexT](https://theme-next.org/docs/). - [x] I have reviewed...

Question

对于一个足够完整的项目而言,访问数据库是一个十分常见的需求。但是目前 AliceBot 并没有任何针对特定 ORM 框架的特别支持。 此 issue 用于跟踪 AliceBot 与 ORM 集成的进度。 关于集成 ORM 的选择,我的初步的想法是,ORM 需要满足以下条件: 1. 在 Python 生态中足够流行 2. 能够与 Pydantic 有良好的集成 3. 支持 async 4. 类型安全 5....

#### Description This PR makes prompt load asynchronously in fish. The idea comes from [fish-async-prompt](https://github.com/acomagu/fish-async-prompt), which basically runs starship in a new fish process and notifies fish to update prompt...