Bo Lu
Bo Lu
```$child->on('fork', function () use (&$files, $child, $types, $self)``` https://github.com/hfcorriez/php-childprocess/blob/master/lib/Pagon/ChildProcess.php#L243 is called after ```$child = $this->parallel(function ($process) use ($cmd, $files) {``` https://github.com/hfcorriez/php-childprocess/blob/master/lib/Pagon/ChildProcess.php#L218 but, `$child->emit('fork');` is called in `parallel`, will the fork...
Even though the check sum is all the same. Here is the link from my satis https://satis.asia.zhishiq.com/dist/flarum/approval/flarum-approval-88da3ab9e1fd437a48287001a251fc3c1dc542ad-zip-26e3c1.zip and it's the package from packagist.org https://codeload.github.com/flarum/approval/legacy.zip/88da3ab9e1fd437a48287001a251fc3c1dc542ad There is not js/dist in my...
1. refine function sassImports sass support import multiple files in one @import expression, such as `'@import "a","b"'`, sassImports is refined to support such expression 2. adjust indents
 The generated code is wrong. Because `$this->runSuccess` is valid only after running safeUp. However, when running migrate/down, `$this->runSuccess` is empty. 
### Actions before raising this issue - [x] I searched the existing issues and did not find anything similar. - [x] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Is your feature request...
Alibaba cloud object storage is compatible with AWS S3, but requires different config. In this change, rather than add additional option for alibaba oss, I reuse AWS S3 option, but...