Zwei
Zwei
It bothers me, too. I try to solve it by import atexit Like this: ```python import atexit vc = pyxinput.vController(False) @atexit.register def unPlug(): print("Virtual Controller UnPlug") vc.UnPlug(True) ```
related [gqcn](https://github.com/gqcn) commented [on Oct 14, 2020](https://github.com/gogf/gf/issues/943#issuecomment-708390027) `Sorry but I do not think it a good feature and will not be considered` #943 #475 #779
`utf8mb4` 是 MySQL 独有的坑吧? 其他数据库,如 Postgres 似乎并没有这个问题
maybe better? ```sql SELECT COUNT(1) FROM `user` WHERE NOT 0=1; ```
what is `QCloudV3CommonRes`? Is it like this? ```go type QCloudV3CommonRes struct{ DeleteInstanceRiskReq QCloudV3CommonReq } ``` I don't know how to reproduce it, can you provide the min reproduction code?
我觉得不应该移除 `gtime.Time` 的 `driver.Valuer` 接口实现, 如果项目使用的是其他 orm,如 gorm,而字段类型又是 `gtime.Time`,可能会导致无法序列化为数据库中对应的类型。
> @gqcn 这个ci失败看着不像我这边的问题,我没改gview 可能是github服务故障导致的: https://www.githubstatus.com/incidents/kz4khcgdsfdv 试试重新运行一下 action
maybe the file has been updated by OS? like `modified time`. try using other hot-compiled tool that can exclude file.
能否给出示例代码,以及建表sql? 听上去像一个 bug。
> > 能否给出示例代码,以及建表sql? > > 听上去像一个 bug。 > > CREATE TABLE `user` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(45) NOT NULL, `status` tinyint DEFAULT 0, `created_at` int(10) unsigned...