YinYongYou

Results 6 issues of YinYongYou

**What is the feature you want to add?** 目前我们common/api/v{1,2}/build.sh 只支持了linux环境的编译。 common/api/protoc 只提供了Linux版本的二进制 **Why do you want to add this feature?** 而我们开发的时候,Windows和macOS的同志就比较麻烦。我们工具对版本有要求的话,找一样的版本也不容易。 是不是可以兼容下不同系统环境的场景。 **How to implement this feature?** 添加不同系统的二进制文件,脚本支持自动判断当前系统环境或者根据参数,调用不同版本的工具完成操作。 **Additional context**...

enhancement
good first issue
help wanted

What is the feature you want to add? 基于现有的框架,为httpserver中的各个http方法提供 openapi doc文档描述 Why do you want to add this feature? 优化北极星的OpenAPI文档,更方便用户进行接口测试 How to implement this feature? Additional context Add any other...

documentation
enhancement
good first issue
console

What is the feature you want to add? 基于现有的框架,为httpserver中的各个http方法提供 openapi doc文档描述 Why do you want to add this feature? 优化北极星的OpenAPI文档,更方便用户进行接口测试 How to implement this feature? Additional context Add any other...

documentation
enhancement
good first issue
console

Spug 版本: 所有 ## 问题重现步骤 1. 输出日志超过1000行 2. 查看日志 ## 报错/问题截图 ## 期望的结果 能看到更多的日志 xterm的 Terminal 有个属性scrollback 默认是1000. 实际在前端构建中,依赖输出之类的,日志经常超过1000行。导致超过这个行数的日志,虽然后端返回了完整的数据,但是在前端展示中无法看到前面的日志。 修复: 设置为一个较大的值比如5000或者 `Infinity ` 无穷,可以涵盖更多的日志, 如下: ``` cat ./spug_web/src/pages/deploy/request/OutView.js /** *...

包地址: https://pypi.org/project/apollo-python/ 仓库:https://github.com/onecer/apollo-python 协议:MIT 公司用到,但是发现官网上提供的几个都不能用过了,参考了他们的代码,撸了一个可用的。 支持环境变量,方便 k8s 部署的服务从环境传递变量,不用挨个服务代码兼容。 以下是文档,如果适合,可以收录到官网。 ## 安装 ----- ```bash pip install apollo-python ``` ## 使用 ----- 导入包 ``` from apollo_python import ApolloClient ``` ``` app_id =...

### Is your feature request related to a problem? Please describe. reference: https://github.com/fluent/fluent-bit/pull/8473 ### Describe the solution you'd like update fluent-bit version up to v3.0.2 ### Additional context _No response_