aveyuan

Results 12 issues of aveyuan

添加对gomod的支持,最低要求go 1.16

Hi, I test python Dhash https://github.com/JohannesBuchner/imagehash The result is different from this dhash,But I test Phash is same.

询问下新版本进度

fs.go:55: 读取文件失败 -> fonts\DeborahFancyDress.ttf - open fonts\DeborahFancyDress.ttf: The system cannot find the path specified.

#### Description (what this PR does / why we need it): #### Which issue(s) this PR fixes (resolves / be part of): #### Other special notes for the reviewers:

### 议题条件 - [X] 我确认已查看官方使用文档:https://layui.dev ,但没有找到相关解决方案。 - [X] 我确认已在 [Issues](https://github.com/layui/layui/issues?q=is%3Aissue ) 中搜索过类似的问题,但没有找到相关解决方案。 - [X] 我已仔细阅读: 🍀[ Layui Issue 贡献指南](https://github.com/layui/layui/blob/main/CONTRIBUTING.md) ### 议题类型 功能请求 ### 使用版本 v2.9.8 ### 问题描述 现状: 当前,我们打开弹层(iframe)后可能点击空白的地方,导致弹层被销毁,`end`回调并不能捕获被销毁的弹层的状态,其他回调方法都需要在弹层中操作实现。 为什么需要这个功能:...

feature

![b88d8e5928528dbc71dbf9f6099df5d](https://github.com/Meng-Xin/take-out/assets/10907648/c09325c8-ffbd-46ef-9bcb-36f6a151d989) 代码写得不错,有没有可能,事务你写得不对。开启事务之后,为啥要在函数里面通过recover来捕获然后回滚呢?gorm在数据库查询失败(字段不存在/表不存在等错误)会直接返回错误信息。而非panic(在运行中也不要这么干)。所以,如果有问题会导致事务一直不提交,直到超时。

config IgnoreViewLoadError Server Runing, When View load has error will be ignore.

use this code ,visit the request not body response. ``` package main import ( "github.com/gin-gonic/gin" "github.com/nanmu42/gzip" ) func main() { r := gin.Default() r.Use(gzip.DefaultHandler().Gin) r.GET("/", func(c *gin.Context) { var req...

### Go version go1.23.2 linux/amd64 ### GoFrame version v2.8.3 ### Can this bug be reproduced with the latest release? Option Yes ### What did you do? ``` package main import...

bug