axiaoxin

Results 25 comments of axiaoxin

raise err in v1.2.0 and v3.0.0: `Failed to parse int from L: strconv.Atoi: parsing "L": invalid syntax`

bumpversion: v0.5.3 (using Python v2.7.5) --commit and --tag unable to use! Traceback (most recent call last): File "/usr/bin/bumpversion", line 11, in sys.exit(main()) File "/usr/lib/python2.7/site-packages/bumpversion/__init__.py", line 994, in main vcs.commit(message=commit_message) File...

> ValueError: column index (256) not an int in range(256) How to reproduce this error?

主动加载更多是能出来的。 但是因为右上角数量显示是(1),会以为没有了。

I use the linked call like this: ``` 43 std::string dataId = i.first; 44 map countMap = dataIdCountMap[dataId]; 45 46 auto& m = influxdb_cpp::builder().meas("gather") 47 .tag("system_name", systemName.c_str()) 48 .tag("data_id", dataId.c_str());...

ios safari上我的编辑框点击后没有任何反应,键盘都没出现,这个是需要配置什么吗?

> ios safari上我的编辑框点击后没有任何反应,键盘都没出现,这个是需要配置什么吗? 忽略,已解决。父元素用了bootstrap的user-select-all导致的

hi @georgepsarakis this is my report ``` software -> celery:4.2.0 (windowlicker) kombu:4.2.1 py:2.7.5 billiard:3.5.0.3 py-amqp:2.3.2 platform -> system:Linux arch:64bit, ELF imp:CPython loader -> celery.loaders.app.AppLoader settings -> transport:amqp results:sentinel://:**@10.18.7.1:26379/1;sentinel://:[email protected]:26379/1;sentinel://:[email protected]:26379/1 JSON_AS_ASCII: False...

Maybe you can use `zap.String("error", err.Error())` replace the `zap.Error(err)`