awkj

Results 21 issues of awkj

the first time will get "type: mp4 MIME: video/mp4" the second time will get "type: mov MIME: video/quicktime"

I add a issue `https://github.com/liuchengxu/space-vim/issues/328` thanks author help me to solve it. I think norelative number and mouse support is frequently-used config, so I try to add it to .spacevim.

gen always import github.com/guregu/null and will generate ```go .... var ( _ = null.Bool() ) ```

### Describe the problem I use tauri build menubar application ,but I found tauri rust api not have set_title to set title only have set_icon and set_icon_as_template ``` impl SystemTrayHandle...

type: feature request
status: upstream
platform: macOS
status: backlog

用过无数的配置,space-vim 或者是种种种种,发现还是你这个2 year ago 版本比较好用,因为用Python3的缘故,自行取消了默认python 文首的 utf8 之类,但看见kvim上有一些好的特性,希望作者能update一波,让server版本续命。

Gogher frequently use data, err, Will Can Support Dump(value ...interface{})

修复示例代码中 []type 传递 []interface 不能实际运行的问题

# 文档中如此描述: 插入同一个表的多条数据,此时如果数据库支持批量插入,那么会进行批量插入,但是这样每条记录就无法被自动赋予id值。如果数据库不支持批量插入,那么就会一条一条插入。 ```go users := make([]User, 1) users[0].Name = "name0" ... affected, err := engine.Insert(&users) ``` 在 mysql 下,经过测试,开启 engine 中 engine.ShowSQL(),发现实现是通过 ``` insert xxxx; insert xxxx; insert xxxx;...

question