Mehmet Koray Sariteke

Results 9 comments of Mehmet Koray Sariteke

I would like to give it a try :) /assign

I created a `guestbook` kubebuilder init project and added a `*ast.StarExpr` to guestbook struct ```go type Env struct { A int `json:"a"` B string `json:"b"` } // Guestbook is the...

pull request: https://github.com/kubernetes-sigs/controller-tools/pull/443

Is there a release? I got the same exception

~ >locale LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_ALL="en_US.UTF-8"

@luchuanbing123 I am only interested in c.Request.Context(). The problem is you can pass gin.Context and gin.Context.Request.Context() as a parameter to the longQueryWithContext. The problem is I could not find a...

@luchuanbing123 if more then one developer, it is not easy to track it. We generate the models with https://github.com/volatiletech/sqlboiler with context. if Developers accidentally pass gin.Context, it is end of...