Grummfy

Results 91 comments of Grummfy

the two function seems correct. did you test a simple call to the function to validate that it's this function that are not working?

it's seems a bug. Normally the cli options take priorities on configuration files. But in the case of reporting, I thinks it's possible there is some mess...

in vendor/atoum/atoum/classes/scripts/runner.php:1127 we use ```php $script->setReport($lightReport); ``` Instead of addReport but if we consider that creating a report from cli take the priority over configuration files, it's coherent.... But for...

@atoum/contributors I would like to ave feedbacks on it. I think it's not a complex one and it could be easily done by someone else than the core contributors, but...

So we get several way to act: * update existing command with file up to date, about autoloader, bootstrap & configuration & add a new command for the interactive part...

or just use ``` {!! NoCaptcha::display(['data-size' => 'invisible']) !!} ``` instead of ``` {!! NoCaptcha::display([]) !!} ``` but yes using a button would implements it correctly

see https://github.com/anhskohbo/no-captcha/issues/69

because I don't whant to compile and install an extra software on my machine, because it's faster to deploy to everybody instead of each compile it

Well online, mean you give potential private information. That's all. ;) But I can understand that's extra work

```shell docker run -it --rm -v $PWD:/doc -w /doc apiaryio/drafter drafter docker run -it --rm -v $PWD:/doc -w /doc apiaryio/drafter:v3.2.2 drafter -h ``` * $PWD si the current path (the...