Delilah Moore

Results 4 issues of 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...

stale

> 感谢您支持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 的枚举类型,如下图所示 ![Image](https://github.com/user-attachments/assets/98dffb48-6fe0-403a-8ba5-1df40324a1b5) ![Image](https://github.com/user-attachments/assets/d067168f-04e4-45c3-9c47-75a23f4918a7) **Describe the solution you'd like** 我试着这样编写,但却不起作用,不知道该如何正确的使用 ![Image](https://github.com/user-attachments/assets/db0d73aa-3aa2-4af8-9077-a2223dece17c) ![Image](https://github.com/user-attachments/assets/942796d8-e59b-42a0-9a20-94d8905e093b) **Describe alternatives you've considered** **Additional context**