Results 10 issues of tangxinfa

The time text displayed always wrong after system wakeuped, fix it by schedule the redraw timer at every second, and redraw screen only if time text require to change.

Reproduce this bug with following steps: 0, emacs version GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27, cairo version 1.17.4) of 2021-03-27 1, enable live-completions-mode M-x live-completions-mode 2, open...

fork .... in child process int max_fd = getdtablesize(); if (max_fd < 0) { max_fd = 1024; } int fd; for (fd = 3; fd

Expose the negotiated dialect is useful, such as mount.cifs not support auto negotiate, we can negotiate a smb protocol version with this package and select a protocol version supported by...

Ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message Error.prototype.message is default message of instances, for example: ``` var NotFoundError = Error.extend("NotFoundError", 404); NotFoundError.prototype.message = "Not Found"; var err = new NotFoundError(); console.log(err.toString()); //NotFoundError: 'Not Found' ```...

Unlike `ttl`, if cached item expired by `keepalive`, it return the cached value, and make asynchronously dns request for update the cache.

The dns server of our data center is unstable, so i use dnscache to fix it, and it works most of the time, but when cache expired and dns server...

Fix issue: https://github.com/zeromicro/goctl-swagger/issues/100 对 tag 的判断需要更精确,有的 json 字段名 (如:platform) 本身就包含 "form",如下所示: Platform string `json:"platform"` 这会导致生成的 swagger 中 consumes 类型为 "multipart/form-data"