Eddie Cheng R4

Results 8 issues of Eddie Cheng R4

Eg. for `updateAccount` API, How to bind `uri` and `json` for the same struct? ```go type updateAccountRequest struct { ID int64 `uri:"id" binding:"required,min=1"` Currency string `json:"currency" binding:"required,currency"` } func (server...

Hi, I currently facing a crazy error. When I ran `npm run watch` with commit `61aeb07`, I got the error. ```sh @parcel/namer-default: Bundle group cannot have more than one entry...

## Background The user may need very long explanation (over 100 characters) for ignore directive ## TODO 1. We would like to support multiple line comments for ignore directive explanation....

help wanted
feature

Dennis 大大 你好: 我在閱讀 `puppeteer` 時,他們的範例最後通常都有一個 `browser.close()` 的動作,而在大大的 codebase 中只有 `page.close()` 請問這是因為當時開發的版本 (v.1.7.0) 還沒有 `browser.close()` 這個 method ,還是大大在開發的當時就決定僅使用 `page.close()` 就足個了呢?

As I was trying to understand #109, #110, I took the opportunity to add unit tests. I hope I'm on the right way. ## References - #109 - #110

Hi, I found out this description confused me at the first moment. I wonder if I can clarify it like this?

Hi, I followed steps in README but failed at the latest step. The return from the prompt is garbled text. Wish anyone can guide me to the right path. 🫠...