fang duan
fang duan
此刻我能下载 跟这个[issue](https://github.com/iawia002/lux/issues/1046)类似 ``` ✦ λ ag "Content-Length" request/request.go 193: s := h.Get("Content-Length") 195: return 0, errors.New("Content-Length is not present") ```
k8s have health check,maybe catalog sync should sync status from that
why not build images by tags?
+1 ``` > corectl version Server: Version: 0.7.18 Go Version: go1.7.3 Built: Wed Nov 09 15:43:38 WET 2016 OS/Arch: darwin/amd64 Client: Version: 0.7.18 Go Version: go1.7.3 Built: Wed Nov 09...
https://github.com/qor/admin/blob/master/controller.go#L39 小伙子,放弃用qor做api backend的想法,qor/admin 做个管理后台就可以了 数据 api 自己写 或者偷个懒 用 postgrest,hasura之类的工具生成吧
@arojoal qor was written before go mod ... copy all template files in https://github.com/qor/admin/tree/master/views/ to app/views/qor/ a command like this should work ``` mkdir -p app/views/qor cp -r ~/go/pkg/mod/github.com/qor/[email protected]/views/* app/views/qor/...
是的 下面一个值应该小于上面的值, 否则服务状态会不间断的抽风 我先提个PR把ticker值改为10吧 这个插件的很多配置应该做成能够灵活配置的
> More context on this: #516 > Also, failure might be due to infrastructure issues, not just application related ones, for example Docker is not installed, or the user is...