Xiaoyu

Results 30 comments of Xiaoyu

> > Update : I did not manage to make it work by adding a `--config` argument to my kubeconfig, but I can connect to my cluster by creating the...

猜测可能跟好友数量也有关系,想用大号做个统计,平时也不用 web weixin, 结果就提示不能用网页了。

> Thank you very much for starting this discussion thread for whether we should commit the `go.sum` file. > > > other languages separate versions and dependencies. > > I...

try: ```go // Prometheus register prometheus api func Prometheus(c *gin.Context) { // register promhttp.HandlerOpts DisableCompression promhttp.InstrumentMetricHandler(prometheus.DefaultRegisterer, promhttp.HandlerFor(prometheus.DefaultGatherer, promhttp.HandlerOpts{ DisableCompression: true, })).ServeHTTP(c.Writer, c.Request) //promhttp.Handler().ServeHTTP(c.Writer, c.Request) } ``` at: https://github.com/gin-gonic/contrib/pull/189

我的意思是,随机增加些偏移,每次都跳到中心点,这不是人能操作出来的效果,建议:在计算出距离产生触屏时间后,随机的增加微小偏移,以不出现所有都出现在旗子中心点。

估摸着,我这个小号平时活跃度太低,一下子太高,检查异常了。

at Go Modules: ``` sudo: required language: go env: global: - GO111MODULE=on go: - 1.11.x - 1.12.x before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./test-reporter - chmod +x ./test-reporter - ./test-reporter...

@tiangolo Maybe you missed the news here, please give some comments.

Hi, @ricklamers , I have an idea that might be relevant to this issue. I need to update the code in Job, it is not allowed now. Only rebuild the...