Hongbo Liu

Results 67 comments of Hongbo Liu

> Supports. You may create an SRPC client with a host name or an upstream name, instead of IP address. Is it possible that use workflow upstream with the `incubator-brpc`...

> But we support brpc protocol with even better performance. You may use our brpc client directly. We also support Tencent tRPC protocol. It's heavy for me to import srpc...

In my workflow, I open a new session for a project. After finish a project, I close its session, while some day I want to reopen that project in a...

@wilywampa Thanks for your pull request, it resolves my problem.

Could disable polyplot filetype detect via: ``` let g:polyglot_disabled = [ \ 'ftdetect', \ ] ```

Any plan to support this?

Any convenient way to get regex capture group exclude function node? I would like to use regex in parse_snippet

For example, I have following regex snip: ``` parse({trig = "for(%a)", regTrig = true}, "for \1"), ``` How to get the regex capture group 1 in the snip text?

It would be better if `parse_snipmate` could also support this!