Results 13 issues of ConanYao

**Describe the bug** "Add Cluster view" the required field validation prompt is incorrect. All prompted "Cluster name cannot left empty". **Reproduce steps** 1. open the "Add Cluster view" 2. click...

kind/bug

![image](https://user-images.githubusercontent.com/26090153/193446252-fb9b6e26-c8c4-40a6-92ee-c55f14744594.png) ![image](https://user-images.githubusercontent.com/26090153/193446289-7655a9dc-2258-4be0-aad3-69b63ae8b4f7.png)

你好,请看一下MAUI的测试,这边在Windows下运行可用 [增加maui项目,测试AutoUpdate的跨平台可用性](https://github.com/JaneConan/AutoUpdater/commit/8678987103d9e4f0eff966f83aefb4c4f3ca116b) ![image](https://user-images.githubusercontent.com/26090153/158054723-63e9361e-3e0f-4ee7-a640-5f98b8b50020.png) Mac我稍晚些跑一下,正在运行更新maui check

![image](https://user-images.githubusercontent.com/26090153/206752707-6abb410d-2586-4967-a47b-fe6f64545dd3.png)

> ***此版块专为反馈 bug 及提交需求服务,不负责解答开发问题,请勿发表开发问题, 如果您需要这方面的帮助,请移步`问答社区`:https://weixin.senparc.com/QA*** ##### 问题描述 ![image](https://github.com/JeffreySu/WeiXinMPSDK/assets/26090153/0b74e6ec-6ae5-4420-87ab-0c022db984f2) 企业微信最近更新了接口文档,增加了预约会议等功能 ##### 微信官方文档 URL https://developer.work.weixin.qq.com/document/path/99104 ##### 微信官方文档快照(直接复制关键内容到下方) ##### 发现问题的模块 - [ ] Senparc.Weixin 版本: - [ ] Senparc.Weixin.MP 版本: - [ ]...

task

> ***此版块专为反馈 bug 及提交需求服务,不负责解答开发问题,请勿发表开发问题, 如果您需要这方面的帮助,请移步`问答社区`:https://weixin.senparc.com/QA*** ##### 问题描述 实现小程序大文件上传库miniprogram-file-uploader的后端方法 ##### 微信官方文档 URL https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/component-plus/uploader.html https://learn.microsoft.com/zh-cn/aspnet/core/mvc/models/file-uploads?view=aspnetcore-7.0 ##### 微信官方文档快照(直接复制关键内容到下方) 服务端如何接收 由于小程序端采用分块上传,服务端也需要进行秒传验证、接收分块、分块合并等处理 ##### 发现问题的模块 - [ ] Senparc.Weixin 版本: - [ ] Senparc.Weixin.MP 版本: -...

task

**Describe the bug** "Add Cluster view" the required field validation prompt is incorrect. if we change Discount value < 0 **Reproduce steps** 1. open the "Add Cluster view" 2. click...

kind/bug

We can get the Value by Excel ![image](https://github.com/dotnet/Open-XML-SDK/assets/26090153/12cbd975-ea90-473c-a43a-1f74e71c9cf4) BT, we cannot find in OpenXML by `C# var controls = wsPart.Worksheet.Descendants(); ` ![image](https://github.com/dotnet/Open-XML-SDK/assets/26090153/7b72d83d-d2c5-47d5-88f1-f85814c32cb3)

In the docs, docs/demo/greeter.md we find one line, when we copy to ide, it doesn't work~ https://github.com/AElfProject/aelf-boilerplate/blob/f3e39b7344818b1804871424576bb15cf9e46165/docs/demo/greeter.md?plain=1#L267C1-L267C51 ![image](https://github.com/AElfProject/aelf-boilerplate/assets/26090153/b2edd520-be4b-4dbd-ad7b-997463983b71) ``` C# public void LogDebug(Func func) => this.SmartContractBridgeContextImplementation.LogDebug(func); ```

### Steps to reproduce Ideally include a complete code listing that we can run to reproduce the issue. Alternatively, you can provide a project/solution that we can run. ### The...