Fu Yuchen

Results 8 issues of Fu Yuchen

https://github.com/liyupi/yuindex/pull/22 实现了 Tab 补全,但在使用中我发现了一个 Bug: 当我输入“p” 时,提示为 pwd。当我继续输入 “in” 后立刻按下 Tab 键,我期望可以自动补全得到“ping”,此 时提示还未更新,但程序直接把原来的提示(也就是 pwd)更新到了控制台。

我在使用 pydantic + objprint,打印对象使用了 #52 中的方法,但程序在 `op` 处阻塞住。 ```python from objprint import op from pydantic import BaseModel class A(BaseModel): a: int obj = A(a=1) op(obj, honor_existing=False) ```

There should be a space between \- and \`. I added a space between them.

content
waiting for review

文档格式似乎写错了导致渲染错误: ![image](https://github.com/eggjs/egg/assets/78291982/1578bfcd-a6ab-4c3d-b5e4-bea070fc4ee7) ## Summary by CodeRabbit - **Documentation** - Updated the Chinese tutorial for Socket.IO to remove outdated configuration comments.

**Is your feature request related to a problem? Please describe.** When using vscode, there is no completion when writing jsdoc. **Describe the solution you'd like** A vscode extension which can...

Adding spaces around embedded code, bold, and italics is common practice to prevent unexpected rendering errors and make words recognizable. While Chinese can be recognized without spaces, adding spaces can...

new rule

## Description Fix #16443. I added an if statement to insert a space before the comment when `MappingValue` has a `trailingComment`. ## Checklist - [x] I’ve added tests to confirm...

## Description Fix bug in #13008. Added a check to determine whether the YAML ignore comment is at the beginning of the file. ## Checklist - [x] I’ve added tests...