Witty-CodeMirror Traffic
While using Witty with CodeMirror to perform code edits, we discovered that there is a limit to the amount of data that can be transferred at a go. This is probably designed as a security measure to prevent overloading the server. Therefore, there is a need to work around this issue for large files. The easiest way to work around this is to ensure that all our files are small. For most intents and purposes, this will be the case. Read more