生命赞歌
生命赞歌
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...
 
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