Chun-Sheng, Li

Results 429 comments of Chun-Sheng, Li

Hi @aseriy , the code coverage is very closed to the 100%. Please refer this [PR](https://github.com/cmfcmf/OpenWeatherMap-PHP-Api/pull/93). Thanks.

The official OpenWeather API service now supports the air pollution service. Is it possible to add this feature in the next version? Thanks.

It seems that the[ history API ](https://openweathermap.org/history)is still available for OpenWeatherMap API. And it should let `History.php` and `WeatherHistory.php` files be added back.

I think it's possible to use `ssh` command to execute the remote `mysqldump` command. The related tutorial is available [here](https://www.cyberciti.biz/faq/unix-linux-execute-command-using-ssh/). The related command is as follows: ```php ssh username@hostname 'mysqldump....'...

Sorry. I have no available time to work on that.

It looks like the `lib/Browser.php` has conflicts. @CreativForm, could you update this PR from master branch?

@cbschuld, thanks for your reply and concern. I think we can mark the `2.x` milestone for this issue and it can let us know that it will be the `psr-4`...

Mm.....This commits are too long to read. It should squash them to the less commits when merging this PR.

@DivineOmega , it seems that this issue has been resolved. The code snippets are here: https://github.com/DivineOmega/uxdm/blob/c82d36440567ebb6c6777a1708b459ca6b613ede/src/Objects/Migrator.php#L206

@theofidry, it seems that the `box.json.dist` file is conflicted. Could you resolve that? Thanks!