Results 199 comments of Filip Š

Considering that `license-file` inside `[package.metadata.deb]` section already uses a different format (array with filename and numbers of lines to skip) than package-level `license-file` (just string filename), could there be another...

> do you think this could be a good chance to start dropping support for old PHP versions that are no more officially supported? Probably yes. Based on [PHP versions...

There is a problem with this. Problem is (probably) that `unset` is keyword so it can't be used as a method name for `AbstractConfig` in old PHP versions (PHP 5)....

Ok, I will try to create a fix.

There are a few possible solutions how to fix this: 1. Create `unset` method in `ConfigInterface` and implement it in `AbstractConfig` that calls PHP's `unset` on correct keys in `$this->data`...

This issue is 7 years old but without any fix... Is there any update? You could maybe use some third-party packages for styling Windows' console. Also, Windows 10 now supports...

This could be done with additional command argument or config file option which would cause files where unknown symbol is found to appear on output: ``` The following unknown symbols...

@linhux Probably because of configuration and lack of `.htaccess` support, which is used by many websites. But solution for this would be #12 and #11.

I think that detection with words is not good. You can't really know word meaning without context. What if a site contains, for example, "You can pay by bitcoin on...

I would like a slightly different solution for automatic releases. It would be better to release a new version on every GitHub release. This would be better for developers because...