Yang,Liming

Results 11 issues of Yang,Liming

Can I configure gtags.conf use gogtags?

I don't know why vterm became readonly mode, I can't type command. it is happened frequently and C-c C-t is undefined

Warning (lsp-mode): Failed to process xref entry for filename ’/docker:clangd:/opt/rh/devtoolset-8/root/usr/include/c++/8/memory’: Tramp failed to connect. If this happens repeatedly, try ‘M-x tramp-cleanup-this-connection’ actually, docker name is clangd-1 with suffix

Can auto-complete-clang run in tramp mode? BTW: clang has installed in remote mechine

current undo support, no undo-redo support

enhancement

### What problem does this PR solve? Issue Number: Problem Summary: ### What is changed and the side effects? Changed: Side effects: - Performance effects(性能影响): - Breaking backward compatibility(向后兼容性): ---...

**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** **Describe the solution you'd like (描述你期望的解决方法)** 现在brpc监听的都是socket fd,对于socket fd的处理都是OnNewMessages。有时候我们的服务需要监听一些其它类型的文件描述符,比如eventfd,然后通过eventfd来做一些逻辑,OnNewEvents。这块能否做一些扩展呢?让用户能向EventDispatcher注册这些fd并且实现自己的事件处理CallBack。 实现上,可能可以加一个Socket::DummyCreate(const SocketOptions& options, SocketId* id),SocketOptions里面填入自己的on_edge_triggered_events CallBack和对应的eventfd **Describe alternatives you've considered (描述你想到的折衷方案)** **Additional...

feature

I don't know how to configure reject_threshold, tag.limit > time + reject_threshold. what the meaning of tag.limit can you please explain this.

Debugger entered--Lisp error: (file-missing "Setting current directory" "No such file or directory" "/ssh/") call-process("global" nil t nil "-Poa" "-Poa" "-T" "meta_manager_impl") process-file("global" nil t nil "-Poa" "-Poa" "-T" "meta_manager_impl") helm-gtags--print-path-in-gtagslibpath(("-Poa"...

### What problem does this PR solve? Issue Number: Problem Summary: rdma block pool runtime ExtendBlockPool has some error: 1. a region may has many buckets, extend a region not...