生命赞歌

Results 16 comments of 生命赞歌

ok 2017-11-23 10:39 GMT+08:00 Andrew Short : > > 1. Could you please isolate the code you actually changed? There's a > lot of unrelated changes in this request. >...

Not using git very well,Sorry, and this is the first time using "New pull request".....After many modify, now the python code can be debug. 2017-11-23 10:40 GMT+08:00 imx x :...

[image: 内嵌图片 2] [image: 内嵌图片 3] I did not modify PYTHONPATH path. Write python source package's paths to .env file via plug-in, python source package's path are the value of...

![image](https://user-images.githubusercontent.com/14890680/33297716-886a30f2-d41d-11e7-9421-7275f0413fd4.png) ![image](https://user-images.githubusercontent.com/14890680/33297669-49760722-d41d-11e7-8b5b-01acc3f2e128.png)

ConfigBuilder's functions should return self, this will be especially convenient to use ``` ConfigBuilder::new().set_time_offset_to_local() ``` It doesn't need written two extra lines: ``` rust let mut builder = ConfigBuilder::new(); builder.set_time_offset_to_local()...

Change ConfigBuilder return itself #103