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
In order to be able to run the formatters in parallel, the formatter run interface should capture the stdout of the command.
Right now, each formatter is executed one by one, and its output displayed on stdout.
In the future, we want to run all formatters concurrently, and display their output in order, once everybody has finished. This is only possible by temporarily capturing their output in memory.
The text was updated successfully, but these errors were encountered:
In order to be able to run the formatters in parallel, the formatter run interface should capture the stdout of the command.
Right now, each formatter is executed one by one, and its output displayed on stdout.
In the future, we want to run all formatters concurrently, and display their output in order, once everybody has finished. This is only possible by temporarily capturing their output in memory.
The text was updated successfully, but these errors were encountered: