Sanghoon Lee
Sanghoon Lee
First of all, THANKS FOR YOUR COOOOOOL CODE~ There need `utf8_encode()` between `json_decode()` and `shell_exec()`. From ``` $json = json_decode(shell_exec(sprintf('ffprobe %s %s', $options, escapeshellarg($filename)))); ``` To ``` $json = json_decode(utf8_encode(shell_exec(sprintf('ffprobe...
In https://docs.coveralls.io/objective-c page, the link ( https://github.com/SlatherOrg/slather%20 ) has **%20** suffix.
I included formfactor.js and 3 indicators. ``` javascript ``` and call factors function. ``` javascript formfactor.factors(); ``` in factors function, occured error: Can't find variable: formfactorActions
trackingXXX 류로 함수명을 통일하는건 어떨까요?