mirsch

Results 3 issues of mirsch

The current version of `node-sass` does not support `Python 3` only environments. Example Output: ``` gyp verb check python checking for Python executable "python" in the PATH gyp verb `which`...

v1

EN: There seem to be a lot of different ideas about how the title and code should be build. Code and title should be generated with configurable placeholders. DE: Es...

enhancement

the RegEx in SendSmtpEmailAttachment::setContent does not evaluate to `true` I tried `$content = base64_encode(file_get_contents($filepath));` which evaluates to `false` and `$content = chunk_split(base64_encode(file_get_contents($filepath)));` returns `0` So `InvalidArgumentException` is thrown all the...