Rodovalho
Rodovalho
Any update about this issue?
Indeed, it's sucks! Actually I replace the validator on Controller and just keep it on Repository
+1
I vote to clone the repository and refactoring the current project, answering the issues and pull requests. I think this is a very important project for the community to be...
I agree with your observation @johnbendi Forgive me @diviak, I could be wrong, but it seems bad willing to continue with the project.
@diviak I'm sorry, I wanted to mention to the @victorstanciu not you. Sorry.
What about a Telegram group? Or Telegram bot? Anyway, I think Web Push is the better choice. Hmmm. The server 104.131.93.87 is offline since 7th December. Do you see that?
I must to do that in function "execute_command": ```php // Command execution function execute_command($command) { $descriptors = array( 0 => array('pipe', 'r'), // STDIN 1 => array('pipe', 'w'), // STDOUT...