Krau
Krau
**Describe the bug** 如题。我的博客网站:https://krau.top 因为我隐藏的文章数较多,在[第一页](https://krau.top)显示了七篇文章,而在[第二页](https://krau.top/page/2/)显示了六篇文章,在[第三页](https://krau.top/page/3/)甚至没有文章显示。 希望云游君能抽空改进一下这个问题。 (我的博客访问可能较慢,所以下方附上问题最明显的第三页的截图) **Screenshots** 
当图像尺寸过大时, graphviz error: Cannot encode picture as WebP. Error code: 5 (BAD_DIMENSION: Bad picture dimension. Maximum width and height allowed is 16383 pixels.) [render_waifu_graph](https://github.com/krau/kmua-bot/blob/eb7833093ddef1423b32a3c4aa4db66436248263/src/callbacks/waifu.py#L45C59-L45C59) 会空返回, 导致 Telegram Error: BadRequest: File...
相关 #971 从 2.9.0 升级后出现, 启用了 redis 缓存.  升级后启动时日志: ``` ________ ________ _________ ________ ___ ___ __ |\ __ \|\ __ \|\___ ___\\ __ \|\ \ |\ \|\ \...
```go err := retry.Retry(func() error { // do something return errors.New("some error in retry func") }) fmt.Println(err) // output: function xxx.func1 run failed after 5 times retry; ``` 目前这样的错误信息并不友好, 希望在返回的错误中包含...
### 1Panel Version v1.10.32-lts ### Please describe your needs or suggestions for improvements 希望支持对 postgresql 18 的管理能力, 目前可以添加远程数据库, 但是备份操作会报错 ### Please describe the solution you suggest _No response_ ### Additional...
inline query 有时候出现 ``` pyrogram.errors.exceptions.bad_request_400.ReplyMarkupInvalid: Telegram says: [400 REPLY_MARKUP_INVALID] - The provided reply markup is invalid (caused by "messages.SetInlineBotResults") ```