McFog Wang
McFog Wang
run into something like #255 again on my mac today with some error information like ``` PHP Version: 7.2.18 (Darwin) PHPDox Version: 0.12.0 ErrorException: E_WARNING Location: phar:///usr/local/bin/phpdox/vendor/theseer/fxsl/src/fxsltprocessor.php (Line 192) XSLTProcessor::transformToDoc():...
`path.dirname` do things better than split-slice-join the path assuming `/` is directory seperator, may also easier to read
I'm trying something like this ``` #modd.conf { prep: echo prep here daemon: echo never end && tail -f /dev/null } modd.conf { prep: echo Hello } ``` The daemon...
I love the idea of Route Forwarding but somehow encounter a problem. I prefer pass result or error to browser with node style `[err, result, ...]` which is really common...