Clinton James

Results 5 comments of Clinton James

Lots of good ideas; each with a different use case. What about callback/hook/plugin for filtering? This would allow for easily customizable filters with that operator you "just can't live without"...

Is there anything else you need for this patch?

I wrote this a couple of years ago to move the log from WinPE without a formatted drive, to a formatted drive before reboot so post reboot the logging could...

For future readers, the fix is a change in the mdx_inline_graphviz.py file ``` 72c72 < proc.stdin.write(content) --- > proc.stdin.write(str.encode(content)) ```