Xinyu Kuo

Results 4 issues of Xinyu Kuo

+ 更新到最新版本 v3.3.8.22043-2 输入法不跟随光标 在界面之外左下角 之前我好像是在/opt/apps/com.qq.weixin.deepin/files /run.sh 里面 添加 ``` export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" ``` 解决的,但是新版不起作用了 ![img jpb](https://user-images.githubusercontent.com/43931057/130896425-814d0fdf-c76b-4b7a-b314-6880a404dfb7.png)

Microsoft Edge 版本 129.0.2792.52 (正式版本) (arm64)

fix(tree): Keep panic infos consistent when wildcard type build faild When I run the demo1 ```go // demo1 func main() { router := gin.Default() router.GET("/abc/bar", nil) router.GET("/abc/x*z", nil) router.Run("localhost:8080") }...

- fix typo for c.ShouldBindBodyWithPlain comment `ShouldBindBodyWithJSON is a shortcut for c.ShouldBindBodyWith(obj, binding.JSON).` -> `ShouldBindBodyWithPlain is a shortcut for c.ShouldBindBodyWith(obj, binding.Plain).` - by the way, fix some test functions in...