Stone

Results 6 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...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Just like the sample code below, I thought all validation should pass, but it fails. Is...

question

As the [documentation](https://www.windmill.dev/docs/advanced/dependencies_in_python#pinning-dependencies-and-requirements) states: "When doing `wmill script generate-metadata`, if a requirements.txt is discovered, the closest one will be used as source-of-truth instead of being discovered from the imports in...

Run string reflowing in the IntelliJ plugin, making the behavior of the IntelliJ plugin consistent with the default behavior when using the jar. An alternative solution would be to provide...