PonchoPowers

Results 26 comments of PonchoPowers

Coming in on an already dragged out conversation to say that Windows does not allow you to duplicate the output to different devices, so this project still has some uses,...

Hi Owen, it is foundation that I'm referring to, doing a diff on the code gives me quite a few changes but not why they were made, I appreciate too...

@ShreyasZare I think itsKV has a point, and I'd be happy to pick this up if it helps? In relation to the implementation, I have a few questions. It makes...

@agomezxff in the dashboard there is a list of top domains, and in https://github.com/TechnitiumSoftware/DnsServer/issues/45 there is a suggestion to add a link to easily block the domains which appear. Also,...

I tried adding `` and the output didn't change. This is my config file: ``` A custom ruleset based on the PSR-12 coding standard. 0 0 0 error Method name...

I'm using PHP 8.1 too if it helps.

I'm calling it from a php script via the command line like so: `php lint.php` The lint.php file is: ``` function shutdown() { echo "Finished static code analysis." . PHP_EOL;...

I've just realised since I added the option to specify the file to lint, the config file is no longer being picked up, my bad sorry, I'll see what is...

There must be something up with running it through a PHP script: > C:\Users\Test\source\repos\phpnet\tools>php lint.php ..\src\AMultiClassAndNSTests.php --sniffs=generic.php.syntax3 > Running static code analysis. > ERROR: No sniffs were registered > >...

I'm using version 3.6.1 and you are using version 3.6.2, could that be the difference? I'm running on Windows too, not sure if that makes a difference or not? When...