manson

Results 6 issues of manson

``` //-----------------------address----------------------- rpc AddAddres(AddAddresReq) returns (AddAddresResp); rpc UpdateAddres(UpdateAddresReq) returns (UpdateAddresResp);``` 表名Address ,生成的方法里面少了个s

bug

**Describe the Bug** Can't delete or create user. [](url) ![k8sdelete](https://github.com/kubesphere/kubesphere/assets/39554716/e8ea10bd-5f7a-48c5-948c-fe70e1a6c76d) **Versions Used** KubeSphere: v3.3.2 Kubernetes: v1.23.10 **Environment** CentOS 7.5 / 1 masters: 4cpu/8g; 1nodes 8cpu/16g;1node:4cpu/8g; **How To Reproduce** Steps to...

kind/bug
stale
priority/high
sig/auth

When i try decode a map[string]interface {} into stuct the error return "Source data must be an array or slice, got string". This is the code : ``` func main()...

你好,请问可以导出邀请协作的知识库吗

这是生成代码的方法 ` func main() { // 配置生成器 g := gen.NewGenerator(gen.Config{ OutPath: "./query", // 生成代码输出目录 Mode: gen.WithoutContext | gen.WithDefaultQuery | gen.WithQueryInterface, // 生成模式 }) // 连接数据库 dsn := "root:123456@(127.0.0.1:3306)/ad?charset=utf8mb4&parseTime=True&loc=Local" gormdb, err...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I encountered an issue while deploying DolphinScheduler using Helm. The...

bug
help wanted