Marcel Voigt
Marcel Voigt
A new public method `getSupportedFileExtensions` that returns the collected extensions of all parsers. This would make it easier to scan directories only for supported file types. Edit: If that's too...
Sadly this reopens #75 Given no configuration and no CLI input, Symfony will happily validate the InputDefinition. Caused by removing the `array_filter` using `is_null` while fixing the InputOption>config issue.
It's compatible to Symfony's Table class, except for configuration, styling and col/rowspan support. Sample output comparing master to this PR: $ php-semver-checker/bin/php-semver-checker compare php-semver-checker2/src php-semver-checker/src Suggested semantic versioning change: MINOR...
Currently the Filesystem class is only used by JsonReporter. However I'd like to suggest extracting an interface from it and letting any scanner related classes use that. I think it...
I'd like to suggest a new option to parse a projects `composer.json`: `--composer [optional path to file]` - All paths from the `autoload` section will be automatically included in a...
Just thought I'd open an issue for what's mentioned in the readme. This should behave similar to `.gitignore`. Perhaps have a look at [gobwas/glob](https://github.com/gobwas/glob). It should allow matching directories and...
Parsing an empty argument e.g. `foo ''` causes Command.Parse to crash [here](https://github.com/ukautz/clif/blob/3253f1216fc13b3f04f93b3684a51832dcbfc8f3/command.go#L123). I've opened a PR request with a simple test and fix.
In addition to the largest file, subtitle files should also be downloaded and served via HTTP. I'm not sure how video players handle this, but I remember PT having subtitle...
Some ideas: - Add a whitelist for video file extensions - If only one video is found, only that is downloaded. - If several videos are found, it depends on...
Currently only the overall functionality is tested using golden files. Make this more accurate by writing unit tests for the different parts.