Simon JAILLET

Results 4 issues of Simon JAILLET

Hi, today I runned kube-lego for the first time and everything worked fine but after a couple of hours or so I got the following logs the kube lego pod...

Hi, I'm running maildev with `--incoming-user` && `--incoming-pass` but I'm experiencing the following error: ``` SMTP server did not accept STARTTLS with error: 500 Error: command not recognized ``` What...

bug

Take, for example, the following code : //Rule 1 : camelize action MockDispatcher::config(array('rules' => array( 'action' => array('action' => function($params) { return Inflector::camelize(strtolower($params['action']), false); }) ))); //Rule 2 : prefix...

rfc

Right now `->isRunning()` only checks if the parent process is running but doesn't guarantee that the standalone server si ready to process queries. would be great to have something like:...