brianjcj
brianjcj
actually we will need specify time and size at the same time. Whenever size limit or time limit exceed, the log will be rotated. That is the usual way log...
looking forwards for message option support!
我们压测也遇到了死锁的问题, 一直打_rq is full和_remote_rq is full这两条log。 什么请求都处理不了。
Two ideas you can try. 1. Use -I flag to include the path where "gclx_internal.h" is located. 2. Start Emacs from the shell where you can run the command successfully(the...
uri.proto for references: ```protobuf syntax = "proto3"; package yyp; import "google/protobuf/descriptor.proto"; extend google.protobuf.MessageOptions { uint32 uri = 1001; } ```
in python, i can get the option value as following: ```python def get_yyp_uri(msg): return msg.DESCRIPTOR.GetOptions().Extensions[yyp_uri_opt] ```
M-x imenu is ok. but the content is not right. and it does not invoke eglot-imenu function.
gopls resut json format is very different than those from clangd: client-request (id:2) Wed Sep 30 21:02:31 2020: (:jsonrpc "2.0" :id 2 :method "textDocument/documentSymbol" :params (:textDocument (:uri "file:///home/brianjcj/my-projects/server/channel/chatroom/auther/handler/auther.go"))) server-reply (id:2)...
here is return by clangd for c++ source files. and eglot can handle it. client-request (id:323) Wed Sep 30 20:54:01 2020: (:jsonrpc "2.0" :id 323 :method "textDocument/documentSymbol" :params (:textDocument (:uri...