You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this package reads the output of running process one byte by one byte on Windows. This causes significant slow-down on a large output (such as the whole help document for Numpy module). #307 fixes this issue, but currently it has some conflicts and not been merged. As a work around for now, you can just copy the code of repl/subprocess_repl.py from the PR and paste it into that of the package directory and REPL will work for large outputs. In my environment this works fine.
Hi
When running sublimeREPL python certain commands cause the REPL console to hang. An example:
will cause console to hang. In Windows Task Manager the following command line process is called:
C:\Python27\python.EXE -i -u
Any assistance appreciated. I use sublimeREPL extensively and haven't had this issue before.
The text was updated successfully, but these errors were encountered: