Silas Joisten

Results 12 comments of Silas Joisten

@OskarStark can you maybe check why this is failing?

@tifabien is there still the need for the symfony form validation? Because its already happening on js side with mimetype and file extension

The mime-types comes from provider so before post to multiUploadAction it gets validated. So the validation depends on the configuration of the provider ```yaml sonata.media.provider.video: # ... arguments: # .......

Since PSR-12 its not recommended to use yoda style due to less readability of the code. However i prefer yoda style as well :)

To be honest, I believe it’s not the responsibility of the API client library to provide built-in caching options. This should be left to the user of the library. There...

That is already covered [here](https://github.com/thecodingmachine/safe/blob/master/generator/config/detectErrorType.php#L33). The problem is that the PHP Versions are pinned to a certain commit as you can see in [this file](https://github.com/thecodingmachine/safe/blob/master/generator/src/Commands/GenerateCommand.php#L45). If now someone fixes something...

I agree that is what i was thinking of. but that requires that we need to maintain a commit history for each PHP version manually.