Yue Yang
Yue Yang
@alexdor same here, with glide, set all dependencies to branch master, still not work. How to solve? ``` # vendor/github.com/qor/session/gorilla ../vendor/github.com/qor/session/gorilla/gorilla.go:26:12: undefined: utils.ContextKey # vendor/github.com/qor/render ../vendor/github.com/qor/render/render.go:69:42: undefined: utils.AppRoot ../vendor/github.com/qor/render/render.go:70:55: undefined:...
Already fixed it, in case somebody else also uses glide, just do this. ``` - package: github.com/qor/auth version: master - package: github.com/qor/admin version: master - package: github.com/qor/render version: master -...
yes, ideally, i hope it could be same as Golang clientcmd ModifyConfig. On Fri, Sep 13, 2019, 3:59 PM Brendan Burns wrote: > Not currently. Can you describe your use...
That is exactly what it did. It is very true that function is super twisty with some rules. I just want to keep consistent with that official rule to modify...
kafka cluster or manager is broken, just restart would fix it(at least for me)