bwangel

Results 13 comments of bwangel

我的博客系统是 hugo, 也遇到了这个问题,采取的策略是优先采用 URL,不行再使用 UniqueID: ```js var page_url = decodeURI({{ .URL }}); var page_uniqueid = "{{ .UniqueID }}"; if (page_url.length >= 50) { console.log("文章的路径", "[" + page_url + "]:" +...

直接输入`:shell`不就进入shell了,或者`!ls`就能执行一条shell命令啊!

@jeking3 Hello, is there any progress on this issue? We need a newer python thrift client which is great 0.16.

@MOxFIVE ,请问现在还不能支持Markdown的表格样式吗? 例如这样的: ``` Constant|Description --------|----------- FIRST_COMPLETED|当任何Future结束或者被取消的时候,这个函数就会返回 ```

@MOxFIVE ,sorry,我搞错了,刚刚发现可以了!

``` # github.com/yanyiwu/gojieba In file included from ..\..\pkg\mod\github.com\yanyiwu\[email protected]\deps/cppjieba/Unicode.hpp:9, from ..\..\pkg\mod\github.com\yanyiwu\[email protected]\deps/cppjieba/DictTrie.hpp:15, from ..\..\pkg\mod\github.com\yanyiwu\[email protected]\deps/cppjieba/QuerySegment.hpp:8, from ..\..\pkg\mod\github.com\yanyiwu\[email protected]\deps/cppjieba/Jieba.hpp:4, from jieba.cpp:5: ..\..\pkg\mod\github.com\yanyiwu\[email protected]\deps/limonp/LocalVector.hpp: In instantiation of 'void limonp::LocalVector::reserve(size_t) [with T = std::pair; size_t = long long...

上述警告已经在 #70 中修复了。 由于作者没有发新的 release,可使用 `go get github.com/yanyiwu/gojieba@master` 安装包含最新 commit 的代码。

@alecholmez I'm using the SOTW to return the config.

Hi, we finally identified the root cause of the issue. ``` source.ConfigSourceSpecifier = &core.ConfigSource_ApiConfigSource{ ApiConfigSource: &core.ApiConfigSource{ TransportApiVersion: resource.DefaultAPIVersion, ApiType: core.ApiConfigSource_GRPC, SetNodeOnFirstMessageOnly: true, GrpcServices: []*core.GrpcService{{ TargetSpecifier: &core.GrpcService_EnvoyGrpc_{ EnvoyGrpc: &core.GrpcService_EnvoyGrpc{ClusterName: "xds_cluster"}, },...