Jiun Lee

Results 11 issues of Jiun Lee

**Why did this proposal come up?** For reference, kitex supports custom suffix names, and Hertz makes it mandatory to determine IDL type by suffix. I propose to unify the code...

NeedsDecision

#### Discussion: 1. For `kitex`, is it possible to ignore the "-module" parameter to generate files when the project has a `go.mod` file and is not in `$GOPATH`? 2. For...

proposal

#### What type of PR is this? feat: add sentinel example #### What this PR does / why we need it (en: English/zh: Chinese): zh: 添加 kitex 使用 sentinel-golang 的示例

**Describe the solution you'd like** 想使用 [grpcui](https://github.com/fullstorydev/grpcui) 用于 kitex 的调试,其中 README 描述: ![20221010123814](https://user-images.githubusercontent.com/70408571/194800096-5bd3e698-957f-4c7e-b087-477f60df3294.png) kitex 中是否能支持 dev 配置开启 server reflection 用于调试 grpc 服务?

enhancement

#### What type of PR is this? feat #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...

#### What type of PR is this? #### Check the PR title. - [ ] This PR title match the format: \(optional scope): \ - [ ] The description of...

#### What type of PR is this? #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this PR...

NeedsInvestigation

#### What type of PR is this? optimize #### Check the PR title. - [x] This PR title match the format: `(optional scope): `. - [x] The description of this...

#### What type of PR is this? feat #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...

WaitingForInfo

## 描述 开发者您好, 我个人开发了一个将 gin 转为 hertz 的 ast 工具, 并将其用于了该项目的改造(我注意到了TODO事项) 这个 PR 的大部分的改动都是普通的 API 替换, 但仍有少部分出于框架的差异进行了不得已的改动, 我会在后面有时间的时候再进行描述. 现提出这个 WIP PR 的作用是希望您能帮我看看修改后的 sonic 是否还能正常运行(其实我对她还没有那么熟悉), 麻烦了. ## 逻辑改动部分 - 由于 app.RequestContext...