iyi
iyi
#### What type of PR is this? fix kerrors WithCauseAndExtraMsg method comment #### Which issue(s) this PR fixes: Fixes #681
https://github.com/cloudwego/kitex/blob/e07cc19463c143909fd366bd08283cc099da104d/pkg/kerrors/kerrors.go#L83 ```go // WithCauseAndStack creates a detailed error which attach the given cause to current error and wrap extra msg to supply error msg. func (be *basicError) WithCauseAndExtraMsg(cause error, extraMsg...
```yaml log_format_text: false rollingPolicy: size # size, daily ``` 这里为什么没有进行统一的? 下划线和驼峰同时存在
在 linux Ubuntu 部署,执行`yarn install ` 时提示 **[email protected]: The platform "linux" is incompatible with this module** 这个模块不能在`linux`运行呢? 那就不能在`linux`部署了呢 ?
message Message1 { message Data { int32 id = 1; } Data data = 3; } message Message2 { message Data { int32 id = 1; } Data data =...
when i exec `python3 setup.py install` command,an error has occurred ``` source/py_gpio.c:87:4: error: function definition is not allowed here { ^ source/py_gpio.c:143:10: warning: implicit declaration of function 'cleanup_one' is invalid...
现在有个需求 要修改临时目录 `java.io.tmpdir`。 使用 `java.options.push(-Djava.io.tmpdir=当前有权限的目录)` 没有生效