Xiang Wang

Results 49 comments of Xiang Wang

I think it's important to support logging. There are many code like this where I use requests: ``` res = requets.post(url, data) if res.status_code >= 400: logger.error(res.text) res.raise_for_status() ``` I...

那你就安装旧版本的calendar呗

I have found the same issue [here](https://github.com/lukehoban/es6features/pull/112). Hope someone will merge it early.

@dodekeract Yes, it's better to use `[2, 4, 6]` other than `[1, 2, 3]`. Accepted.

@giampaolo the continuous-integration test failed. But the [log](https://ci.appveyor.com/project/giampaolo/pyftpdlib/builds/42288438/job/4rwgkr01c316rhc4#L827) shows that this is caused by `pyftpdlib.test.test_servers.TestCornerCasesThreadMixin.test_quick_connect `. I think it's not caused by my code. Could you review this pull request...

@giampaolo , Please review this pull request when you have any free time. Thanks a lot.

@theskumar could you please check this pr when you have time?

In my server, there are many deployed jobs. For example job a and job b. In the beginning, I want to deploy job a and job b in the same...