Delilah Moore
Delilah Moore
**Is your feature request related to a problem? Please describe.** 使用 example-otlp 示例时,根据 REMADE.md 提供的步骤提示连接失败 **Describe the solution you'd like** 应该为连接成功的状态,不应该触发expect **Describe alternatives you've considered** 尝试了opentelemetry的官方示例仓库,发现也是一样的问题,但是使用 tonic 时提示连接成功,使用 http 时提示连接失败,效果与当前一致。...
When goctl uses --multipleto generate rpc, can message be grouped in client? At present, each client will include other messages. May I ask how to solve this problem or how...
> 感谢您支持fast-crud,请按如下规范提交issue > 如果有条件,请尽量在[github上提交](https://github.com/fast-crud/fast-crud/issues) ## 一、问题描述 需求:加载合同类别ctrType时一并加载对应的二级类型ctrTwoType数据 问题:字段的valueChange中的immediate设置无效,当ctrType首次加载时并不会出发valueChange事件,或者我正确的写法应该是怎样的? ### 复现步骤 ### 代码截图 ```ts ctrType: { title: '合同类别', key: 'ctrType', col: { span: 12 }, component: { name: 'fs-dict-select', vModel: 'value',...
**Is your feature request related to a problem? Please describe.** 希望能增加 openapi 的枚举类型,如下图所示   **Describe the solution you'd like** 我试着这样编写,但却不起作用,不知道该如何正确的使用   **Describe alternatives you've considered** **Additional context**