Oleksandr Borysov

Results 5 comments of Oleksandr Borysov

Confirming the issue, getting the following error ``` Schema validation failed with the following errors: Data path "" should NOT have additional properties(port). ``` Though in my case I really...

I assume it's all about `src/EditCredentialsCommand.php:46`, where it should check for platform and skip if Windows: ``` if (!(stripos(PHP_OS, 'WIN') === 0 || PHP_OS_FAMILY === "Windows")) { $process->setTty(true); } ```...

Would be really great to have this feature. It's not always convenient to create a module and the inability to use sub-directories feels rather counter-intuitive.

Yeah, seems like there's no support for commit tags. It makes certain automations quite difficult to implement