Whitroom

Results 5 issues of Whitroom

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

### Is your feature request related to a problem? Please describe. 你好!我是一位FastAPI的后端开发者,看到这个项目非常开心。 我发现api.py中的接口没有使用模型,而是直接调用了Request类,并且直接启动应用的话启动时间会稍微慢一些。 ### Solutions 我添加了请求和响应的模型,为它们添加了类型注解,顺便使用了异步的上下文管理器,启动速度稍微快了一些的同时,可以直接在接口文档`localhost:8000/docs`中直接调用这个接口。 链接:https://github.com/Whitroom/ChatGLM-6B ![屏幕截图 2023-04-12 152931](https://user-images.githubusercontent.com/56566522/231384335-4ebd5f86-ca82-4760-aa37-56f04ee827c0.png) ### Additional context 希望你能看到这个issue,并给予一些评价。

**Bug描述** TDEngine3.2.3.0对数据进行taosdump导出后,删除 /var/lib/taos/** 重启taosd后使用taosdump导入卡住不动 **如何重现** 使用systemctl进行进程管理 ```bash taosdump -uroot --database=ess_cloud -o td-bak systemctl stop taosd systemctl stop taosadapter rm -rf /var/lib/taos/** systemctl start taosd systemctl start taosadapter # 创建demo数据库 nohup...

bug

花了点时间从[mybatis-native-demo](https://github.com/kazuki43zoo/mybatis-native-demo)修改了下代码用于适配mybatis-flex,希望这个方案对大佬们有用😘。 仓库链接:https://github.com/Whitroom/mybatis-flex-native-demo