Pengfei Jiang

Results 8 issues of Pengfei Jiang

I want to get csv output format with label. How to achieve it? I didn't find any instruction on the document. Please help me. Many thanks!

code in follow occured an error `segment fault` ``` ZEND_FUNCTION(sample_hello_world) { char *name; int name_len; if (zend_parse_parameters(ZEND_NUM_ARGS(), "s",&name, &name_len) == FAILURE) { RETURN_NULL(); } php_printf("Hello "); PHPWRITE(name, name_len); php_printf("!\n"); }...

there is a error when I try to compile the source code.error message in follow ``` ‘return_value_used’ undeclared (first use in this function) ``` I google it then found that...

当前github action有一点问题: - pull request 的 e2e 测试有问题 - master 分支自动构建的镜像不正确 - 没有 git tag 自动 release 的机制

使用 helm 部署

目前集群内的证书签发用的是 kubernetes 的 csr,但是对于 rancher 构建出来的集群,默认关闭了证书签发的功能,手动打开后签发正常了,但是tls握手阶段还是会有问题。解决思路: - 找出证书的问题所在 - 参考 volcano 这个项目的证书签发脚本。

bug

SemanticTokensOptions is defined as follow in [Semantic Token](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens) ```ts export interface SemanticTokensOptions extends WorkDoneProgressOptions { /** * The legend used by the server */ legend: SemanticTokensLegend; /** * Server supports...

bug

The goproxy don't flush the SSE buffer, which results in the HTTP client being unable to receive data immediately. releated issuse: https://github.com/elazarl/goproxy/issues/475