sqhua
sqhua
希望优化以下功能: 1、看板的各“泳道”列深度一致,比如我有todo、done两个列(泳道),todo列有10条内容,done列有1条,这时要把最下边的todo的内容拖到done这边会很不方便。 2、将看板拖动到“完成”列的时候,希望能有个边框闪动效果(对标Jira)。 3、点击看板后弹出的详细页窗口,一定要点击右上角的X才能关闭。希望点击其他非窗口区域就能把该弹出窗口关闭。 4、详细页窗口的“聊天”功能,2个问题: a:输入一次文字信息后,界面变大,聊天区域跑到右边,感觉很怪。建议直接将聊天区放置到右边。 b:要输入一次文字信息,待聊天区域跑到右边后才能复制屏幕截图,或拖动附件直接上传。
### when gop build The following program `a.gop` triggers an long long time ```coffee // a.gop package main func main() { println("Hello world") } ``` ### gop use over 5...
### Proposal ## if my code like this : main->add3->add2->add ` import ( "strconv" "runtime" "strings" ) func add3(x, y string) (int, error) { return add2(x, y ) } func...
试了半天chatglm_cpp-0.3.3,Python绑定始终不能用上Cuda,只能使用CPU进行运算。再次尝试pip install时,发现版本有变化! 做个留念 👍