Feng Yu

Results 162 comments of Feng Yu

I find the reason, that's liquibase limitation. You can't use this in `dbm-generate-gorm-changelog`. You can find full description in my comment: https://github.com/grails/grails-database-migration/issues/187#issuecomment-1003840577 Maybe you have to drop and create your...

Liquibase BLOB type logic can be found here: https://github.com/liquibase/liquibase/blob/6a609ce2cacb67d9a3aeda3f23e942752f935229/liquibase-core/src/main/java/liquibase/datatype/core/BlobType.java#L19 `dbm-generate-gorm-changelog` will use `GormDatabase` not `MysqlDatabase`, which does not connect to MySQL, so liquibase will not use MySQL `BINARY` type to...

Is there any examples to reproduce, and is `--content-disposition-default-utf8` working for you ?

Any update? I have the same issue: https://github.com/TokenScript/token-negotiator/actions/runs/3086784740/jobs/5008480454 ![image](https://user-images.githubusercontent.com/5327677/191402769-c20ff439-2f74-4884-8d1b-e1a2f1ae443d.png)

Same issue for `3.1.12`: ``` > Task :spotbugsMain The following classes needed for analysis were missing: handle accept > Task :spotbugsMain FAILED ```

@hq450 作者大大你好,我看到github有个shadowsocks的ipv6透明代理的配置范例: https://gist.github.com/xterat/d931a940a890abe69188fe5e8c736962 我本人对这部分并不熟悉,不知道作者大大能否试下这个能用呢?如果OK的话应该不需要丢弃AAAA记录这种粗暴的解决方案了,谢谢

可以分享,除非你的网站本身被微信屏蔽了

可以分享,我才把关于页面分享到朋友圈了,用的就是扫码的方式

没什么好说的,那个扫码出来的结果就是当前的页面而已。如果你的页面不能分享,看看是不是被微信拉黑了,要么就是没加https

manjaro KDE现在默认使用wayland了,对于X11应用某些有BUG,可以考虑切换到X11 session自然就解决了。当时我记得我也解决了Wayland的黑边问题,具体忘了怎么解决的了