g-mero
g-mero
### 1Panel 版本 1.2.3 ### 请描述您的需求或者改进建议 之前用宝塔有这个功能,能够很轻松的配置go应用,设置好应用的端口,就能一键配置反代跟监听运行,这样会方便很多,希望以后能有这个功能。 ### 请描述你建议的实现方案 _No response_ ### 附加信息 _No response_
// SetPages sets the number of pages in the Image // For animated images this corresponds to the number of frames ``` func (r *ImageRef) SetPages(pages int) error { out,...
### Bug Description fiber can not handle chinese characters in request url work fine in browser, but failed when use ApiPost(an api testing software) ``` r.Get("/pic/*", GetImage) func GetImage(c *fiber.Ctx)...
### 1Panel 版本 1.9.6 ### 请描述您的需求或者改进建议 现在的数据库备份是直接备份文件,不会检测数据库距离上一次备份是否更新了,导致有很多重复的备份,其实是没有必要的。感觉可通过一些方法检测数据库是否有更新,我不清楚数据库是否有检测上次更新时间的接口(有的话那就挺方便的),如果考虑数据库见接口的差异,我感觉也可以通过对比备份后的sql数据差异来判断是否更新了。 ### 请描述你建议的实现方案 通过数据库接口判断是否更新? 通过备份文件数据对比?hash或者直接对比? ### 附加信息 _No response_
**Describe the bug** When a scroll bar appears on the page, the tooltip an popover will move a little to right just hope this can be fixed on v1.x
The `getMe` method runs about every two minutes. error do request for method getMe, Post \"https://api.telegram.org/bot***/getMe\": http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body...