YuanSheng Wang

Results 116 comments of YuanSheng Wang

that is a todo feature now. @corffee welcome PR or provide your thoughts.

> ref: > skywalking-nginx-lua > https://github.com/apache/skywalking-nginx-lua 目前 skywalking 还没有用这个方式解决问题哈。我后面可能会加,而且是”可能“哈

先临时禁用,如果后面需要,再想办法: https://github.com/moonbingbing/openresty-best-practices/commit/2ce778765645e6df8b7f1d96c28154f6c17c484f

> 作者极客时间专栏:《OpenResty 从入门到实战》 已经有了这个,我们可以关闭这个 issue 了

APISIX 这个项目中自带了这种功能,欢迎了解下 https://github.com/apache/apisix

I think it is very necessary to add some test case coverage.

@Koihik can you give me some suggestions about this feature? I want to make a try with it.

need a way to specify the style(one or two blank lines between the functions): ```lua -- two blank lines between the functions function x() print(1) end function y() print(1) end...