My discord is "samuelvenable". Try downloading the project again and see if the new version of the extension fixes it. I added a new function which allows you to limit the buffer length to a specific number of characters, (including the null byte at the end). For example:
SetBufferLimitForStandardOutput(2048);
...will limit the buffer to 2,048 of the most recent characters.