charlielin

Results 13 comments of charlielin

但是旧版本好像不支持 Python3?

> 但是旧版本好像不支持 Python3? 暂时是解决了,使用 alfred workflow 的 debug 功能修改 '/usr/bin/python' 为 pyenv 安装的python2 路径。

I am facing the same issue exactly. I got two hdfs-sink connections, in the config, the first will get data from topic 1 and sink to /hdfs/url1 (using keytab1), the...

> If it also happens on Vim (which has a completely different bracketed-paste impl), it might be a shell configuration issue. > > @charlielin @beauwilliams please try in a shell...

> @charlielin are you able to reproduce the issue in Terminal.app or other terminals besides iTerm? @justinmk yes, the behavior in Terminal.app is as same as in iTerm.app

> > > Enter insert mode (this is where the bug occurs) > > This _only_ happens in insert-mode? Not in normal-mode? Yes, only happens in insert-mode with cmd-v to...

> please try the following: > > ```lua > vim.paste = (function(overridden) > return function(lines, phase) > local f = io.open('foo.txt','a') > f:write(tostring(phase)) > io.close(f) > overridden(lines, phase) > end...

> Does it happen in Normal mode with Cmd-v? OH YES, It also happens in Normal mode with Cmd-v