Ninglin Du

Results 11 issues of Ninglin Du

Also change the minimum retryCnt to 0, retry can sometimes be expensive. If it is not acceptable, I will remove that.

https://github.com/Arronlong/commonutils/blob/7f0d90b840f48609e610b80ab773e7081e6c648b/src/main/java/com/arronlong/common/util/num/NumUtils.java#L659 这里的if-else应该写反了

### Describe the bug docker check healthy also need root privilege, but `_internal/container/docker.py` just ```python [client, "version", "--format", "{{json .Server.Version}}"] ``` sudo is needed (but I don't know how to...

bug

graphite-beacon/graphite_beacon/handlers/smtp.py 69: html = MIMEText(str(html_tmpl.generate(**ctx)), 'html') should add a encoding parameter to show non-assci characters, such as 'utf-8'.

Hi, I notice that there are high cost of first query using OrientGraphFactory. ```java OrientGraph g = factory.getNoTx(); List list = g.traversal().V()...toList(); g.close(); ``` First query will exceed 100ms in...

question

The implementation now will fail if the edge is a lightweight edge. Some configuration of a `lightweight` flag should be introduced and traverse of edge should take it into consideration....

It is not that easy to manage multiple version by maven, change to sbt may be easier to do that. And any plan to publish to maven central?

- 去掉点作为持续时间的表达 - 清理部分代码

bug
DUCKLING